2012-10-15 02:59:07 +00:00
|
|
|
* text eol=lf
|
|
|
|
*.bat text eol=crlf
|
2013-11-09 21:57:08 +00:00
|
|
|
*.patch text eol=lf
|
|
|
|
*.java text eol=lf
|
|
|
|
*.gradle text eol=crlf
|
2012-10-15 02:59:07 +00:00
|
|
|
*.png binary
|
2015-12-30 16:10:33 +00:00
|
|
|
*.gif binary
|
2012-10-15 02:59:07 +00:00
|
|
|
*.exe binary
|
2012-10-15 22:32:25 +00:00
|
|
|
*.dll binary
|
2013-11-09 21:57:08 +00:00
|
|
|
*.jar binary
|
|
|
|
*.lzma binary
|
|
|
|
*.zip binary
|
|
|
|
*.pyd binary
|
|
|
|
*.cfg text eol=lf
|
2015-12-30 16:10:33 +00:00
|
|
|
*.py text eol=lf
|
2019-02-11 18:51:13 +00:00
|
|
|
*.jks binary
|
2020-06-03 23:57:07 +00:00
|
|
|
|
|
|
|
# Disable autocrlf on generated files, they always generate with LF
|
|
|
|
src/generated/**/.cache/cache text eol=lf
|
|
|
|
src/generated/**/*.json text eol=lf
|
|
|
|
src/generated_test/**/.cache/cache text eol=lf
|
|
|
|
src/generated_test/**/*.json text eol=lf
|
|
|
|
|