E5BotForSQLite/.gitignore
2021-03-11 12:57:30 +08:00

24 lines
329 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
/.idea