Files
PrivateCaptcha/.gitignore
T
Taras Kushnir 63fb2eff87 Update .gitignore
[ci skip]
2026-04-24 14:53:36 +02:00

56 lines
714 B
Plaintext

# Serverless directories
.serverless
# golang output binary directory
bin
# golang vendor (dependencies) directory
# vendor
# Test binary, build with `go test -c`
*.test
!Dockerfile.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
*.log
*.swp
*.swo
*~
secrets.yml
node_modules
web/static/*
!web/static/img
widget/static/
widget/lib/*.js
widget/lib/*.js.map
widget/test/bundle.test.js
widget/test/bundle.test.js.map
pkg/db/migrations/postgres/000000_sqlc_fix.sql
pc.env
fullcode.txt
.env
.DS_Store
.aider*
.aicodeprep-gui
.claude/
.cursor/
.continue/
.copilot/
coverage_*.out
coverage_*.cov
coverage_integration/
coverage_html/
*.keys
solutions.txt
.vagrant/
Vagrantfile