From 542895f5d5da9554133a8679aa3c7961fea7007c Mon Sep 17 00:00:00 2001 From: Mark Randall Havens Date: Sat, 14 Jun 2025 08:23:51 -0500 Subject: [PATCH] Post-Local sync at 2025-06-14T13:23:41Z --- .gitattributes | 12 ++++++------ .gitfield/pushed.log | 4 ++++ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitattributes b/.gitattributes index 9cc4ffa..ae0723c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/.gitfield/pushed.log b/.gitfield/pushed.log index ba69ae8..f58dfee 100644 --- a/.gitfield/pushed.log +++ b/.gitfield/pushed.log @@ -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(-)