123456789101112131415161718192021222324252627282930313233 |
- # Binaries
- *.exe
- *.exe~
- *.dll
- *.so
- *.dylib
- # Test binary, built with 'go test -c'
- *.test
- # Output of the go coverage tool
- *.out
- # Dependency directories
- vendor/
- # IDE specific files
- .idea/
- .vscode/
- *.swp
- *.swo
- # Environment variables
- .env
- .env.local
- # Build output
- bin/
- dist/
- # Local test
- .trash/
- config.yaml
|