zip files explicitly set as a binary type in git

This commit is contained in:
Mateusz Pusz
2020-03-11 17:42:12 +01:00
parent 197d45d463
commit 0cfe7c605f

1
.gitattributes vendored
View File

@ -14,3 +14,4 @@
# Denote all files that are truly binary and should not be modified # Denote all files that are truly binary and should not be modified
*.png binary *.png binary
*.jpg binary *.jpg binary
*.zip binary