gokins/.gitignore

23 lines
334 B
Plaintext
Raw Normal View History

2021-07-22 10:53:38 +08:00
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
/dbm.bat
/dbm.sh
/model.yml
/install.html
*.test
2020-07-08 10:09:59 +08:00
*.bak
2021-07-22 10:53:38 +08:00
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
2020-07-08 10:09:59 +08:00
bin/
2021-07-22 10:53:38 +08:00
# Dependency directories (remove the comment below to include it)
# vendor/
__debug_bin