potato/.gitignore

15 lines
213 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
2019-08-07 20:56:20 +08:00
conf/app.ini
.idea/*