From 4562aebc43a4e2dd70e0a1f1ba4dfc60fc2e23b2 Mon Sep 17 00:00:00 2001 From: nounspaceryan Date: Thu, 12 Sep 2024 09:13:26 -0500 Subject: [PATCH] Prevent auto LF/CRLF conversion of gif files --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 1a3213b..f09c770 100644 --- a/.gitattributes +++ b/.gitattributes @@ -10,3 +10,4 @@ *.ttf binary *.woff binary *.woff2 binary +*.gif binary