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
*.rs rust
*.woff -text
*.ttf -text
*.otf -text
*.png -text
*.woff binary
*.ttf binary
*.otf binary
*.png binary