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
|
||||
*.rs rust
|
||||
*.woff -text
|
||||
*.ttf -text
|
||||
*.otf -text
|
||||
*.png -text
|
||||
*.woff binary
|
||||
*.ttf binary
|
||||
*.otf binary
|
||||
*.png binary
|
||||
|
|
Loading…
Reference in New Issue