From 48f78133ce5cb9b47add7b2ddefda522a0e731fe Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Mon, 16 Jun 2025 23:27:06 -0400 Subject: [PATCH] added test encryption --- .gitattributes | 2 ++ .testrc | 0 2 files changed, 2 insertions(+) create mode 100644 .gitattributes create mode 100644 .testrc diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..fb70cd46 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +#pattern filter=crypt diff=crypt merge=crypt +.testrc filter=crypt diff=crypt merge=crypt diff --git a/.testrc b/.testrc new file mode 100644 index 00000000..e69de29b