mirror of
https://github.com/PrivateCaptcha/PrivateCaptcha.git
synced 2026-04-27 08:19:34 -05:00
fe1b40b99d
Mainly for bug fixed in 5df983a5c4
44 lines
585 B
Plaintext
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
|