|
- # Binaries for programs and plugins
- *.exe
- *.exe~
- *.dll
- *.so
- *.dylib
- # Test binary, built with `go test -c`
- *.test
- # Output of the go coverage tool, specifically when used with LiteIDE
- *.out
- .idea
- .vscode
- *.log
- .DS_Store
- Thumbs.db
- *.swp
- *.swn
- *.swo
- *.swm
- *.7z
- *.zip
- *.rar
- *.tar
- *.tar.gz
- go.sum
- /etc/cfg.yaml
- images
- test/test.json
- etc/cfg.yml
- t.json
- t1.json
- t2.json
- t3.json
- t.go
- wait-for-it.sh
- test.go
- xorm
- test.csv
- nginx.conf
- .devcontainer
- .devcontainer/Dockerfile
- .devcontainer/sources.list
- /t1.go
- /tmp/*
- .idea/*
- /.idea/modules.xml
|