chore: treat tar archives as binary

This commit is contained in:
Prateek Rungta 2026-01-15 21:35:43 -05:00 committed by Peter Steinberger
parent 2dad5dbfb3
commit 741d5189d2

2
.gitattributes vendored
View File

@ -1,2 +1,4 @@
* text eol=lf
*.png binary
*.tar.gz binary
*.tgz binary