Post-Local sync at 2025-06-14T13:23:41Z

This commit is contained in:
Mark Randall Havens 2025-06-14 08:23:51 -05:00
parent bf72c71a66
commit 542895f5d5
2 changed files with 10 additions and 6 deletions

12
.gitattributes vendored
View file

@ -1,9 +1,9 @@
# Encrypt all files in subdirectories (not the root folder)
# Encrypt everything in subdirectories by default
**/* filter=git-crypt diff=git-crypt
# Exclude everything in these specific directories from encryption
/.gitfield/** !filter !diff
/docs/** !filter !diff
# Also exclude files in root directory from encryption
# Exclude files in root
/* !filter !diff
# Exclude docs and .gitfield folders
/docs/** !filter !diff
/.gitfield/** !filter !diff