mirror of
https://github.com/QingdaoU/Spirit.git
synced 2024-12-29 07:51:56 +00:00
24 lines
464 B
Plaintext
24 lines
464 B
Plaintext
# 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 |