ForgePatch/.gitattributes

24 lines
485 B
Plaintext
Raw Permalink Normal View History

* 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
*.png binary
*.gif binary
*.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
*.py text eol=lf
2019-02-11 18:51:13 +00:00
*.jks binary
# 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