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:
cproudlock
2026-02-17 12:47:07 -05:00
parent e382a3246e
commit 046c11402f
4 changed files with 3 additions and 3 deletions

2
.gitattributes vendored Normal file
View File

@@ -0,0 +1,2 @@
secrets.md filter=git-crypt diff=git-crypt
includes/config.asp filter=git-crypt diff=git-crypt

4
.gitignore vendored
View File

@@ -1,6 +1,4 @@
# Secrets
secrets.md
includes/config.asp
# Secrets (encrypted by git-crypt)
# Logs
logs/

BIN
includes/config.asp Normal file

Binary file not shown.

BIN
secrets.md Normal file

Binary file not shown.