Merge pull request #797 from ArthurHoaro/hotfix/font-git

Prevent git from messing with font files
This commit is contained in:
ArthurHoaro 2017-03-09 20:10:14 +01:00 committed by GitHub
commit 844021ab4c
9 changed files with 2675 additions and 653 deletions

8
.gitattributes vendored
View File

@ -10,10 +10,16 @@
*.php text diff=php
Dockerfile text
# Do not alter images nor minified scripts
# Do not alter images nor minified scripts nor fonts
*.ico binary
*.jpg binary
*.png binary
*.svg binary
*.otf binary
*.eot binary
*.woff binary
*.woff2 binary
*.ttf binary
*.min.css binary
*.min.js binary

Binary file not shown.

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 357 KiB

After

Width:  |  Height:  |  Size: 434 KiB