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:
Your Name
2026-05-20 15:37:47 +08:00
parent 669a62b17a
commit 2cf7602573
+1
View File
@@ -9,6 +9,7 @@ build/
# Environment
.env
SECRETS.md
.venv/
venv/
ENV/