newsbot-api/.gitignore

25 lines
340 B
Plaintext
Raw Permalink Normal View History

.env
dev.session.sql
__debug_bin
server
.vscode
2022-04-02 10:01:57 -07:00
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
collector
2024-05-01 18:27:19 -07:00
newsbot.db
2022-04-02 10:01:57 -07:00
# Test binary, built with `go test -c`
*.test
2024-04-28 10:02:57 -07:00
2022-04-02 10:01:57 -07:00
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/