Post-Local sync at 2025-06-14T13:23:41Z
This commit is contained in:
parent
bf72c71a66
commit
542895f5d5
2 changed files with 10 additions and 6 deletions
12
.gitattributes
vendored
12
.gitattributes
vendored
|
@ -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
|
||||
|
|
|
@ -181,3 +181,7 @@
|
|||
Diff Summary:
|
||||
.gitfield/github.sigil.md | 14 +++++++-------
|
||||
1 file changed, 7 insertions(+), 7 deletions(-)
|
||||
[2025-06-14T13:23:50Z] Local: , Branch=master, Commit=e15c930
|
||||
Diff Summary:
|
||||
.gitfield/local.sigil.md | 16 ++++++++--------
|
||||
1 file changed, 8 insertions(+), 8 deletions(-)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue