Prevent git from messing with font files

This should remove font related errors in browser debig consoles
This commit is contained in:
ArthurHoaro 2017-03-09 19:39:13 +01:00
parent 9c5daad19c
commit 07b57cfef9
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