Files
Taras Kushnir 4951055189 Initial commit
2025-05-31 10:56:00 +03:00

32 lines
413 B
Plaintext

# flyctl launch added from .gitignore
# Serverless directories
**/.serverless
# golang output binary directory
**/bin
# golang vendor (dependencies) directory
# vendor
# Test binary, build with `go test -c`
**/*.test
# Output of the go coverage tool, specifically when used with LiteIDE
**/*.out
**/*.log
**/*.swp
**/*.swo
**/*~
**/.git
**/secrets.yml
**/node_modules
**/web/static/js
fly.toml
**/*.env