From 9f3f0689642dc512ecb966798f699f1581254fa1 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Thu, 4 Jan 2024 21:09:48 -0600 Subject: [PATCH] enabling git-crypt --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2339928 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.key filter=git-crypt diff=git-crypt