Skip to content

Commit

Permalink
Explicitly mark fonts and images files as binary (#951)
Browse files Browse the repository at this point in the history
  • Loading branch information
tesuji authored and Dylan-DPC committed Jun 11, 2019
1 parent 3cfed10 commit 4386a10
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitattributes
Expand Up @@ -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

0 comments on commit 4386a10

Please sign in to comment.