25 lines
395 B
Plaintext
Raw Normal View History

2019-04-08 07:42:29 +09:00
# Autodetect text files
2019-04-08 13:59:09 +09:00
* text=auto eol=lf
2019-04-08 07:42:29 +09:00
# These are always text files
*.go text
*.sh text
*.svg text
*.pixy text
*.scarlet text
*.md text
*.json text
2019-04-08 13:46:00 +09:00
*.mod text
*.sum text
2019-04-08 07:42:29 +09:00
# These are always binary
*.png binary
*.jpg binary
*.webp binary
*.webm binary
# Git LFS
2018-03-07 21:06:40 +01:00
*.psd filter=lfs diff=lfs merge=lfs -text
2018-03-07 21:08:04 +01:00
*.webm filter=lfs diff=lfs merge=lfs -text
*.mp4 filter=lfs diff=lfs merge=lfs -text