mirror of
https://github.com/PrivateCaptcha/PrivateCaptcha.git
synced 2026-05-07 21:40:51 -05:00
32 lines
413 B
Plaintext
32 lines
413 B
Plaintext
# flyctl launch added from .gitignore
|
|
# Serverless directories
|
|
**/.serverless
|
|
|
|
# golang output binary directory
|
|
**/bin
|
|
|
|
# golang vendor (dependencies) directory
|
|
# vendor
|
|
|
|
# Test binary, build with `go test -c`
|
|
**/*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
**/*.out
|
|
**/*.log
|
|
|
|
**/*.swp
|
|
**/*.swo
|
|
**/*~
|
|
|
|
**/.git
|
|
|
|
**/secrets.yml
|
|
**/node_modules
|
|
|
|
**/web/static/js
|
|
|
|
fly.toml
|
|
|
|
**/*.env
|