Update .gitattributes

This commit is contained in:
Eduard Urbach 2019-04-08 07:42:29 +09:00 committed by GitHub
parent 1ab23a6243
commit 9e6da4fbc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

20
.gitattributes vendored
View File

@ -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