.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
|
* 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
|
# Typische Binärformate nicht normalisieren
|
||||||
*.jpg binary
|
*.png -text
|
||||||
*.pdf binary
|
*.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