41 lines
458 B
Plaintext
41 lines
458 B
Plaintext
### Go ###
|
|
# Binaries for programs and plugins
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
### macOS ###
|
|
*.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
.DS_Store
|
|
|
|
### IDE ###
|
|
.idea
|
|
.vscode
|
|
|
|
# Test binary, build with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool
|
|
*.out
|
|
|
|
### Sonarqube ###
|
|
.scannerwork
|
|
|
|
# Golang project vendor packages which should be ignored
|
|
vendor/
|
|
|
|
# Binaries generated by Makefile
|
|
bin/*
|
|
|
|
# Project files
|
|
air
|
|
CHANGELOG
|
|
dump.rdb
|
|
tmp
|
|
.env
|
|
coverage.out
|
|
/postgres/
|