HFish/.gitignore
2019-08-12 14:14:18 +08:00

21 lines
267 B
Plaintext

# 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
.idea
vendor
.DS_Store
*/.DS_Store
*/.idea/%
*/vendor/%
db/*.db
logs/*.log