Add .gitattributes

This commit is contained in:
Hans5958 2022-04-17 14:22:38 +07:00
parent 2f417e433a
commit cc6fee1e52
1 changed files with 24 additions and 0 deletions

24
.gitattributes vendored Normal file
View File

@ -0,0 +1,24 @@
* text=auto
*.bash text eol=lf
*.bat text eol=crlf
*.cmd text eol=crlf
*.css text diff=css
*.html text diff=html
*.js text
*.json text eol=lf
*.py text diff=python
*.sh text eol=lf
*.ico binary
*.jpg binary
*.jpeg binary
*.png binary
*.svg text
*.webp binary
*.ttf binary
*.eot binary
*.otf binary
*.woff binary
*.woff2 binary