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:
@@ -6,3 +6,5 @@ coverage.out
|
|||||||
|
|
||||||
# Docker volume data (bind-mounted under the repo; never committed)
|
# Docker volume data (bind-mounted under the repo; never committed)
|
||||||
/.volumes/
|
/.volumes/
|
||||||
|
.env.bak*
|
||||||
|
.env.local
|
||||||
|
|||||||
Reference in New Issue
Block a user