From de71b33556f21d4a06fdeda47fd520506c4abdda Mon Sep 17 00:00:00 2001 From: alelliott Date: Thu, 12 Sep 2024 12:13:07 -0400 Subject: [PATCH] Fix .gitattributes to handle binary 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