25 lines
395 B
Plaintext
Raw Normal View History

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