From 0cfe7c605f908f3502535f3482f56575c9145fec Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Wed, 11 Mar 2020 17:42:12 +0100 Subject: [PATCH] zip files explicitly set as a binary type in git --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index a802e460..8ae0505c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -14,3 +14,4 @@ # Denote all files that are truly binary and should not be modified *.png binary *.jpg binary +*.zip binary