20 lines
257 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