1234567891011121314151617181920212223242526272829303132 |
- # 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
- # Exclude build command shortcut(s)
- *.cmd
- # Exclude own settings
- settings.json
- ## Hmm... not even sure why this was being ignored
- !kaniko.yaml
- !Jenkinsfile
- # Exclude runnning dev settings
- /*.json
- /*.jsonc
- # Exclude program output
- *.txt
- # Exclude program storage
- **
|