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:
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal 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
4
.gitignore
vendored
@@ -1,6 +1,4 @@
|
|||||||
# Secrets
|
# Secrets (encrypted by git-crypt)
|
||||||
secrets.md
|
|
||||||
includes/config.asp
|
|
||||||
|
|
||||||
# Logs
|
# Logs
|
||||||
logs/
|
logs/
|
||||||
|
|||||||
BIN
includes/config.asp
Normal file
BIN
includes/config.asp
Normal file
Binary file not shown.
BIN
secrets.md
Normal file
BIN
secrets.md
Normal file
Binary file not shown.
Reference in New Issue
Block a user