mirror of
https://github.com/PrivateCaptcha/PrivateCaptcha.git
synced 2026-05-24 16:29:06 -05:00
63fb2eff87
[ci skip]
56 lines
714 B
Plaintext
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
|