From e6eada672b5ee38227e3a1aad2205520b14a18e3 Mon Sep 17 00:00:00 2001 From: Zarino Zappia Date: Tue, 5 Nov 2024 10:41:11 +0000 Subject: [PATCH] Tell Git to treat zip files as binaries Will prevent Git tracking line-by-line changes in Zip files. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index c6732171..8c131784 100755 --- a/.gitattributes +++ b/.gitattributes @@ -7,3 +7,4 @@ *.sqlite3 binary *.xlsx binary *.xls binary +*.zip binary