mirror of
https://github.com/QingdaoU/Spirit.git
synced 2024-12-28 23:41:59 +00:00
gitattributes LF
This commit is contained in:
parent
39e6dc2c19
commit
a71f674ef4
25
.gitattributes
vendored
25
.gitattributes
vendored
@ -1 +1,24 @@
|
|||||||
* text=auto
|
# Git will handle the files in whatever way it thinks is best
|
||||||
|
* text=auto
|
||||||
|
|
||||||
|
# Always convert line endings to LF on checkout
|
||||||
|
*.py text eol=lf
|
||||||
|
*.coffe text eol=lf
|
||||||
|
*.js text eol=lf
|
||||||
|
*.scss text eol=lf
|
||||||
|
*.css text eol=lf
|
||||||
|
*.html text eol=lf
|
||||||
|
*.md text eol=lf
|
||||||
|
*.txt text eol=lf
|
||||||
|
*.yml text eol=lf
|
||||||
|
*.po text eol=lf
|
||||||
|
|
||||||
|
# Files that are truly binary and should not be modified
|
||||||
|
*.png binary
|
||||||
|
*.jpg binary
|
||||||
|
*.ico binary
|
||||||
|
*.eot binary
|
||||||
|
*.svg binary
|
||||||
|
*.ttf binary
|
||||||
|
*.woff binary
|
||||||
|
*.mo binary
|
Loading…
Reference in New Issue
Block a user