Files
PrivateCaptcha/.gitignore
T
Taras Kushnir fe1b40b99d Add widget test
Mainly for bug fixed in 5df983a5c4
2025-10-10 16:09:12 +03:00

44 lines
585 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
.aider*
.aicodeprep-gui
fullcode.txt
.env
.DS_Store
coverage_*.out
*.keys