c4f666209c
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>
11 lines
140 B
Plaintext
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
|