2019-04-07 22:42:29 +00:00
|
|
|
# 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
|
2018-03-07 20:06:40 +00:00
|
|
|
*.psd filter=lfs diff=lfs merge=lfs -text
|
2018-03-07 20:08:04 +00:00
|
|
|
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
*.mp4 filter=lfs diff=lfs merge=lfs -text
|