Initial commit
This commit is contained in:
39
.gitignore
vendored
Normal file
39
.gitignore
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
### 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
|
||||
Reference in New Issue
Block a user