mirror of
https://github.com/MinecraftForge/MinecraftForge
synced 2026-08-22 04:26:10 -04:00
26 lines
581 B
Text
26 lines
581 B
Text
* text eol=lf
|
|
*.bat text eol=crlf
|
|
*.patch text eol=lf
|
|
*.java text eol=lf
|
|
*.gradle text eol=crlf
|
|
*.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
|
|
|
|
# We force eclipse to use unix line endings
|
|
ide/eclipse/template/.settings/*.prefs text eol=lf
|
|
|