From 2e1e2e1ede9a87fbd73f4cca96548db65a0d9b9b Mon Sep 17 00:00:00 2001 From: junefish Date: Fri, 12 Jan 2024 15:24:56 -0500 Subject: [PATCH] configure git-crypt --- .gitattributes | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 3d1b8e4..9fb5c08 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,7 @@ * text=auto -eol=lf \ No newline at end of file +eol=lf + +# git-crypt +*.txt filter=git-crypt diff=git-crypt +*.md filter=git-crypt diff=git-crypt \ No newline at end of file