Go implementation of pdsadmin cli
1# Binaries for programs and plugins
2*.exe
3*.exe~
4*.dll
5*.so
6*.dylib
7
8# Test binary, built with `go test -c`
9*.test
10
11# Code coverage profiles and other test artifacts
12*.out
13coverage.*
14*.coverprofile
15profile.cov
16
17# Dependency directories
18vendor/
19
20# Go workspace file
21go.work
22go.work.sum
23
24# goreleaser
25dist/
26
27# env file
28*.env
29
30# Editor/IDE
31.idea/
32.vscode/