Add .gitattributes generated by gradle init

This commit is contained in:
kb1000 2022-10-25 11:20:23 +02:00
parent 5d54901d37
commit a8f008eed5
No known key found for this signature in database
GPG Key ID: C174DD765CC3E131
1 changed files with 9 additions and 0 deletions

9
.gitattributes vendored Normal file
View File

@ -0,0 +1,9 @@
#
# https://help.github.com/articles/dealing-with-line-endings/
#
# Linux start script should use lf
/gradlew text eol=lf
# These are Windows script files and should use crlf
*.bat text eol=crlf