mirror of
https://github.com/wweir/sower.git
synced 2024-04-21 12:42:15 +00:00
32 lines
338 B
Plaintext
32 lines
338 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, build with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
.DS_Store
|
|
._*
|
|
*.swp
|
|
*.swo
|
|
.vscode
|
|
.idea
|
|
**.env
|
|
|
|
|
|
**.mmdb
|
|
/cmd/client/client
|
|
/cmd/server/server
|
|
/sower
|
|
/sowerd
|
|
/*.yml
|
|
/*.yaml
|
|
/*.toml
|
|
/*.hcl
|
|
/*.tf |