From e66e181ac2fc86a74c2fe280ec073a40432fbac6 Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Tue, 21 Nov 2023 16:54:43 -0500 Subject: [PATCH] Update .gitattributes --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index a1cbdb2..c38d63b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,5 @@ # Repository assets (screenshots, etc.) .repo-assets/** filter=lfs diff=lfs merge=lfs -text + +# Ignore plaintext assets +.repo-assets/**/*.md filter= diff= merge= text