From 95e2c9e42ae1edce74b97f17eac4fa5a117374cd Mon Sep 17 00:00:00 2001 From: Vedran Pavic Date: Tue, 18 Oct 2022 07:18:27 +0200 Subject: [PATCH] Add .gitattributes --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..35dd1df6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +* text eol=lf + +*.bat text eol=crlf + +*.jar binary