2016-03-29 21:39:04 +02:00
|
|
|
# Set the default behavior, in case people don't have core.autocrlf set.
|
2016-05-22 18:28:53 -07:00
|
|
|
# This should be first, because the git documentation says "When more
|
|
|
|
# than one pattern matches the path, a later line overrides an earlier line."
|
2016-03-29 21:39:04 +02:00
|
|
|
* text=auto
|
2016-05-22 18:28:53 -07:00
|
|
|
|
|
|
|
# Text files
|
|
|
|
*.bat text
|
|
|
|
*.css_t text
|
|
|
|
*.in text
|
|
|
|
*.json text
|
|
|
|
*.py text
|
|
|
|
*.rst text
|
|
|
|
*.sh text
|
|
|
|
*.txt text
|
2021-11-22 10:07:04 -05:00
|
|
|
*.xsh text
|
2016-05-22 18:28:53 -07:00
|
|
|
*.yaml text
|
|
|
|
*.yml text
|
|
|
|
CONTRIBUTING text
|
|
|
|
license text
|
|
|
|
LICENSE text
|
|
|
|
Makefile text
|
|
|
|
README text
|
|
|
|
|
2016-05-22 20:11:51 -07:00
|
|
|
# Files in the lazyjson format require LF line endings
|
|
|
|
tests/histories/*.json text eol=lf
|
|
|
|
|
2016-05-22 18:28:53 -07:00
|
|
|
# Binary files
|
|
|
|
*.ico binary
|
|
|
|
*.gif binary
|
|
|
|
*.gz binary
|
|
|
|
*.png binary
|
|
|
|
*.webm binary
|