.gitattributes 278 B

12345678910111213
  1. #
  2. # https://help.github.com/articles/dealing-with-line-endings/
  3. #
  4. # Linux start script should use lf
  5. /gradlew text eol=lf
  6. # These are Windows script files and should use crlf
  7. *.bat text eol=crlf
  8. # Binary files should be left untouched
  9. *.jar binary