From 3c8e72a810a86e06a1021f21a0c02b56428e80b1 Mon Sep 17 00:00:00 2001 From: Deividson Damasio Date: Tue, 2 Aug 2022 20:00:07 -0300 Subject: [PATCH] Added gif file as truly binary --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index b7b834643..f7b241023 100644 --- a/.gitattributes +++ b/.gitattributes @@ -12,6 +12,7 @@ # Denote all files that are truly binary and should not be modified. *.png binary *.jpg binary +*.gif binary *.otf binary *.eot binary *.svg binary