git-crypt: init

This commit is contained in:
LavaDesu 2025-05-19 18:41:33 +10:00
parent ba2c4f9f33
commit 03859cf8c7
Signed by: cilly
GPG key ID: 6500251E087653C9
3 changed files with 5 additions and 0 deletions

4
.git-crypt/.gitattributes vendored Normal file
View file

@ -0,0 +1,4 @@
# Do not edit this file. To specify the files to encrypt, create your own
# .gitattributes file in the directory where your files are.
* !filter !diff
*.gpg binary

1
.gitattributes vendored Normal file
View file

@ -0,0 +1 @@
secrets.gcrypt/** filter=git-crypt diff=git-crypt