added .gitattributes for graphics and fonts

This commit is contained in:
westtle 2024-02-05 14:58:44 +07:00
parent c04d39d74c
commit c24ba2b5e1

11
.gitattributes vendored
View file

@ -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