From 04a63753a234bfcf4be3b6977052a6cd70cc0de0 Mon Sep 17 00:00:00 2001 From: jolheiser Date: Thu, 23 Nov 2023 18:24:14 -0600 Subject: [PATCH] feat: private notes Signed-off-by: jolheiser --- .git-age.yaml | 2 ++ .gitattributes | 1 + Private/.gitkeep | 0 3 files changed, 3 insertions(+) create mode 100644 .git-age.yaml create mode 100755 .gitattributes create mode 100644 Private/.gitkeep diff --git a/.git-age.yaml b/.git-age.yaml new file mode 100644 index 0000000..8e088a0 --- /dev/null +++ b/.git-age.yaml @@ -0,0 +1,2 @@ +"Private/**": + - age1pstr7mq5gxs573zzun3s6q2p4w4w00l236nupy36qp9mdskwrqwqe0ztgk diff --git a/.gitattributes b/.gitattributes new file mode 100755 index 0000000..0e80c21 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +Private/** filter=git-age diff=git-age diff --git a/Private/.gitkeep b/Private/.gitkeep new file mode 100644 index 0000000..e69de29