mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-28 17:57:48 +02:00
Ignore binaries when it comes to lineendings
https://help.github.com/articles/dealing-with-line-endings/#example
This commit is contained in:
parent
b56bb5aa27
commit
1838758ff3
1 changed files with 25 additions and 0 deletions
25
.gitattributes
vendored
25
.gitattributes
vendored
|
@ -1,3 +1,28 @@
|
|||
# Auto detect text files and perform LF normalization
|
||||
* text=auto
|
||||
* text eol=lf
|
||||
|
||||
# Don't do anything with binaries
|
||||
*.png binary
|
||||
*.jpg binary
|
||||
*.svg 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…
Add table
Reference in a new issue