Files
BountyBoard/.gitignore
T
etalon c4f666209c chore: gitignore .env backups/.env.local
Keep stray .env.bak*/.env.local files (e.g. created while wiring OIDC) out of
version control so credentials are never committed.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-13 12:49:56 +02:00

11 lines
140 B
Plaintext

.env
bin/
backups/
*.test
coverage.out
# Docker volume data (bind-mounted under the repo; never committed)
/.volumes/
.env.bak*
.env.local