E5BotForSQLite/.gitignore
2020-04-04 15:06:59 +08:00

23 lines
322 B
Plaintext

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
test.go
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
config.yml
#Database
*.db
#Goreleaser
/dist
#Logs
/log