From 0ef5ac515baaec455be81409a07785d7c3a77e11 Mon Sep 17 00:00:00 2001 From: MrHua269 Date: Thu, 23 Jan 2025 12:55:46 +0800 Subject: [PATCH] [ci skip] Added gitattributes --- .gitattributes | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ece71ae --- /dev/null +++ b/.gitattributes @@ -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 \ No newline at end of file