feat(gpg): gpg, gpg-tui, configs, git-crypt

This commit is contained in:
2023-07-31 10:35:12 +03:00
parent c5454a36f3
commit fd3ba99ffc
4 changed files with 44 additions and 0 deletions

6
.gitattributes vendored
View File

@@ -219,3 +219,9 @@ git/* text
**/git/* text
**/alias text
ssh/* text
# Git Crypt special files
*-secret filter=git-crypt diff=git-crypt
*.key filter=git-crypt diff=git-crypt
secrets/** filter=git-crypt diff=git-crypt