Files
sower/.gitignore
2021-07-20 15:17:57 +08:00

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