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 7# These are Windows script files and should use crlf
8*.bat text eol=crlf
910# Binary files should be left untouched
11*.jar binary
12