9 lines
197 B
Plaintext
9 lines
197 B
Plaintext
# Linux start script should use lf
|
|
/gradlew text eol=lf
|
|
|
|
# Windows script files should use crlf
|
|
*.bat text eol=crlf
|
|
|
|
# Binary files should be left untouched
|
|
*.jar binary
|