added .gitattributes for graphics and fonts
This commit is contained in:
parent
c04d39d74c
commit
c24ba2b5e1
1 changed files with 11 additions and 0 deletions
11
.gitattributes
vendored
11
.gitattributes
vendored
|
@ -5,6 +5,17 @@
|
|||
*.html text diff=html
|
||||
*.js text
|
||||
|
||||
# Graphics
|
||||
*.png binary
|
||||
*.ico binary
|
||||
*.svg text
|
||||
|
||||
# Fonts
|
||||
*.ttf binary
|
||||
*.eot binary
|
||||
*.woff binary
|
||||
*.woff2 binary
|
||||
|
||||
# Documentation
|
||||
*.md text diff=markdown
|
||||
|
||||
|
|
Loading…
Reference in a new issue