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>
This commit is contained in:
etalon
2026-06-13 12:49:56 +02:00
parent 9a5e302a26
commit c4f666209c
+2
View File
@@ -6,3 +6,5 @@ coverage.out
# Docker volume data (bind-mounted under the repo; never committed)
/.volumes/
.env.bak*
.env.local