mirror of
https://gitee.com/lauix/HFish
synced 2025-05-11 04:18:02 +08:00
21 lines
267 B
Plaintext
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 |