From d667ba19c9aca2068bac1ef4738a909b7a3a0442 Mon Sep 17 00:00:00 2001 From: Fourmisain <8464472+Fourmisain@users.noreply.github.com> Date: Fri, 20 Aug 2021 11:24:15 +0200 Subject: [PATCH] update .gitattributes --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitattributes b/.gitattributes index dfe0770..64b14e3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,8 @@ # Auto detect text files and perform LF normalization * text=auto + +gradlew text eol=lf +*.bat text eol=crlf +*.jar binary + +*.png binary \ No newline at end of file