Files
gin-gonic-prepack/.gitignore
🐙PiperYxzzy 1dc0e18773 Upgrades to rate limiting
* Added extensive behaviour tests
* Added regex capabilities
2022-08-05 16:51:19 +02:00

22 lines
315 B
Plaintext

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/
# Other
prepack.db
test_prepack.db
.vscode/