2019-04-07 22:42:29 +00:00
|
|
|
# Autodetect text files
|
2019-04-08 04:59:09 +00:00
|
|
|
* text=auto eol=lf
|
2019-04-07 22:42:29 +00:00
|
|
|
|
|
|
|
# These are always text files
|
|
|
|
*.go text
|
|
|
|
*.sh text
|
|
|
|
*.svg text
|
|
|
|
*.pixy text
|
|
|
|
*.scarlet text
|
|
|
|
*.md text
|
|
|
|
*.json text
|
2019-04-08 04:46:00 +00:00
|
|
|
*.mod text
|
|
|
|
*.sum text
|
2019-04-07 22:42:29 +00:00
|
|
|
|
|
|
|
# These are always binary
|
|
|
|
*.png binary
|
|
|
|
*.jpg binary
|
|
|
|
*.webp binary
|
|
|
|
*.webm binary
|