Update .gitattributes
This commit is contained in:
parent
1ab23a6243
commit
9e6da4fbc2
20
.gitattributes
vendored
20
.gitattributes
vendored
@ -1,4 +1,22 @@
|
||||
*.sh text eol=lf
|
||||
# Autodetect text files
|
||||
* text=auto
|
||||
|
||||
# These are always text files
|
||||
*.go text
|
||||
*.sh text
|
||||
*.svg text
|
||||
*.pixy text
|
||||
*.scarlet text
|
||||
*.md text
|
||||
*.json text
|
||||
|
||||
# These are always binary
|
||||
*.png binary
|
||||
*.jpg binary
|
||||
*.webp binary
|
||||
*.webm binary
|
||||
|
||||
# Git LFS
|
||||
*.psd filter=lfs diff=lfs merge=lfs -text
|
||||
*.webm filter=lfs diff=lfs merge=lfs -text
|
||||
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
||||
|
Loading…
Reference in New Issue
Block a user