Mark webp as binary files for git

This commit is contained in:
arkon 2020-01-10 18:34:17 -05:00
parent ba9f6fef99
commit 7a2c132b8e

1
.gitattributes vendored
View File

@ -4,6 +4,7 @@
# Windows forced line-endings
/.idea/* text eol=crlf
*.webp binary
*.png binary
*.jpg binary
*.jpeg binary