9 lines
289 B
Text
9 lines
289 B
Text
# Encrypt all files in subdirectories (not the root folder)
|
|
**/* 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
|
|
/* !filter !diff
|