Add git-crypt encryption for secrets.md and config.asp
Sensitive files are now encrypted at rest in the repo, allowing them to be committed safely and synced between machines. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,6 +1,4 @@
|
||||
# Secrets
|
||||
secrets.md
|
||||
includes/config.asp
|
||||
# Secrets (encrypted by git-crypt)
|
||||
|
||||
# Logs
|
||||
logs/
|
||||
|
||||
Reference in New Issue
Block a user