From 4bca55b1135a550584b2e7361ae14eab5fd70f42 Mon Sep 17 00:00:00 2001 From: Goooler Date: Mon, 16 Aug 2021 17:04:42 +0800 Subject: [PATCH] Add .gitattributes --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..27fc7c2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +* text=auto eol=lf + +*.bat text eol=crlf +*.jar binary \ No newline at end of file