Add SECRETS.md to .gitignore — prevent credential leak
SECRETS.md is a local-only file for storing database passwords, API keys, and server credentials. It must never be committed to Git. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -9,6 +9,7 @@ build/
|
||||
|
||||
# Environment
|
||||
.env
|
||||
SECRETS.md
|
||||
.venv/
|
||||
venv/
|
||||
ENV/
|
||||
|
||||
Reference in New Issue
Block a user