Mark zip files as binary

This commit is contained in:
Simon Warta 2025-01-14 16:45:12 +01:00
parent e6c666e72e
commit 268b7972b1
No known key found for this signature in database

4
.gitattributes vendored
View File

@ -1,3 +1,7 @@
*.png filter=lfs diff=lfs merge=lfs -text
*.wasm filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
# Be extra clear that those are binary files and must not be altered in the checkout
# See https://github.com/yarnpkg/berry/issues/5795#issuecomment-1789768944
*.zip binary