[ci skip] Added gitattributes

This commit is contained in:
MrHua269
2025-01-23 12:55:46 +08:00
parent 6019c70728
commit 0ef5ac515b

11
.gitattributes vendored Normal file
View File

@@ -0,0 +1,11 @@
#
# 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
# Binary files should be left untouched
*.jar binary