From fb8f67fc124a3a6b1a82a21b77992298f0d368f8 Mon Sep 17 00:00:00 2001 From: junefish Date: Fri, 12 Jan 2024 20:43:18 -0500 Subject: [PATCH] do not encrypt README files --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index cf4fc20..e0a4403 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,4 +6,4 @@ eol=lf *.txt filter=git-crypt diff=git-crypt *.md filter=git-crypt diff=git-crypt .gitattributes !filter !diff -**/README.md \ No newline at end of file +**/README.md !filter !diff \ No newline at end of file