.gitattributes aktualisiert
This commit is contained in:
parent
37854a62db
commit
0da4076a32
20
.gitattributes
vendored
20
.gitattributes
vendored
|
|
@ -1,11 +1,13 @@
|
|||
* text=auto eol=lf
|
||||
*.sh text eol=lf
|
||||
*.py text eol=lf
|
||||
*.yml text eol=lf
|
||||
*.json text eol=lf
|
||||
*.md text eol=lf
|
||||
*.bat text eol=crlf
|
||||
|
||||
*.png binary
|
||||
*.jpg binary
|
||||
*.pdf binary
|
||||
# Typische Binärformate nicht normalisieren
|
||||
*.png -text
|
||||
*.jpg -text
|
||||
*.jpeg -text
|
||||
*.gif -text
|
||||
*.pdf -text
|
||||
*.zip -text
|
||||
*.tar -text
|
||||
*.tar.gz -text
|
||||
*.tgz -text
|
||||
*.mp4 -text
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user