Explicitly mark fonts and images files as binary (#951)

This commit is contained in:
lzutao 2019-06-12 02:44:15 +07:00 committed by Dylan DPC
parent 3cfed10098
commit 4386a10e87
1 changed files with 4 additions and 4 deletions

8
.gitattributes vendored
View File

@ -2,7 +2,7 @@
* text=auto eol=lf * text=auto eol=lf
*.rs rust *.rs rust
*.woff -text *.woff binary
*.ttf -text *.ttf binary
*.otf -text *.otf binary
*.png -text *.png binary