mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-08 23:15:08 +01:00
Don't enforce line endings on binary files
This commit is contained in:
parent
13a2d3dfdd
commit
4bc5f1401f
26
.gitattributes
vendored
26
.gitattributes
vendored
@ -1,2 +1,28 @@
|
||||
* text=auto
|
||||
* text eol=lf
|
||||
|
||||
# Windows forced line-endings
|
||||
/.idea/* text eol=crlf
|
||||
|
||||
*.png binary
|
||||
*.jpg binary
|
||||
*.jpeg binary
|
||||
*.gif binary
|
||||
*.ico binary
|
||||
*.mov binary
|
||||
*.mp4 binary
|
||||
*.mp3 binary
|
||||
*.flv binary
|
||||
*.fla binary
|
||||
*.swf binary
|
||||
*.gz binary
|
||||
*.zip binary
|
||||
*.7z binary
|
||||
*.ttf binary
|
||||
*.eot binary
|
||||
*.woff binary
|
||||
*.pyc binary
|
||||
*.pdf binary
|
||||
*.ez binary
|
||||
*.bz2 binary
|
||||
*.swp binary
|
||||
|
Loading…
Reference in New Issue
Block a user