mirror of
https://github.com/java-decompiler/jd-gui.git
synced 2024-11-23 12:39:52 +00:00
8badf81d05
This way Gradle 2.4 can easily be bootstrapped.
18 lines
493 B
Plaintext
18 lines
493 B
Plaintext
# Set the default behavior, in case people don't have core.autocrlf set.
|
|
* text=auto
|
|
|
|
# Declare OSX files that will always have LF line endings on checkout.
|
|
Info.plist text eol=lf
|
|
|
|
# Declare script files that will always have LF line endings on checkout.
|
|
*.sh text eol=lf
|
|
|
|
# Declare script files that will always have CR/LF line endings on checkout.
|
|
*.bat text eol=crlf
|
|
|
|
# Denote all files that are truly binary and should not be modified.
|
|
*.png binary
|
|
*.jpg binary
|
|
*.gif binary
|
|
*.icns binary
|