gitattributes: Set .jpeg files as binary.

This commit is contained in:
Tim Abbott
2017-10-26 22:25:39 -07:00
parent cab39dc6eb
commit 84790f8e21

1
.gitattributes vendored
View File

@@ -1,6 +1,7 @@
* text=auto eol=lf
*.gif binary
*.jpg binary
*.jpeg binary
*.eot binary
*.woff binary
*.woff2 binary