36 lines
364 B
Plaintext
36 lines
364 B
Plaintext
# Mac OS X files
|
|
.DS_Store
|
|
|
|
# Binaries for programs and plugins
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.db
|
|
|
|
# Test binary, build with `go test -c`
|
|
*.test
|
|
*.prof
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# VSCode
|
|
/.vscode
|
|
debug
|
|
|
|
# Visual Studio
|
|
/.vs
|
|
|
|
# Jetbrains
|
|
.idea/
|
|
|
|
*.coverprofile
|
|
*.log
|
|
|
|
/release/
|
|
*.swp
|
|
/bin
|
|
resource.syso
|
|
|
|
*.resource.go |