potato/.gitignore

22 lines
298 B
Plaintext
Raw Normal View History

2019-08-06 14:40:37 +08:00
# 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
2021-06-10 15:37:36 +08:00
tmp/log/*
2021-03-23 00:55:26 +08:00
.vscode/*
2019-08-07 20:56:20 +08:00
conf/app.ini
2019-08-11 15:41:32 +08:00
.idea/*
2021-03-23 00:55:26 +08:00
runtime/logs/*
2021-03-24 11:28:57 +08:00
vendor/*
2021-03-23 00:55:26 +08:00
config.yaml
2021-03-24 11:28:57 +08:00
go.sum
2021-04-06 15:57:59 +08:00
__debug_bin
latest_log