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