Explicitly mark fonts and images files as binary (#951)
This commit is contained in:
parent
3cfed10098
commit
4386a10e87
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue