mirror of
https://github.com/neoforged/NeoForge.git
synced 2026-02-03 18:50:40 -06:00
23 lines
462 B
Plaintext
23 lines
462 B
Plaintext
* text eol=lf
|
|
*.bat text eol=crlf
|
|
*.patch text eol=lf
|
|
*.java text eol=lf
|
|
*.png binary
|
|
*.gif binary
|
|
*.exe binary
|
|
*.dll binary
|
|
*.jar binary
|
|
*.lzma binary
|
|
*.zip binary
|
|
*.pyd binary
|
|
*.cfg text eol=lf
|
|
*.py text eol=lf
|
|
*.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
|
|
|