1234567891011121314151617181920212223242526272829303132333435 |
- # 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
- .data/
- data/
|