From 28f938d39a80f34eb3cca54a232bcfdb17c2bea2 Mon Sep 17 00:00:00 2001 From: uvok Date: Tue, 8 Jul 2025 20:51:28 +0200 Subject: Add back gradle --- .gitattributes | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitattributes (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f91f646 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,12 @@ +# +# 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 + -- cgit v1.2.3