From 2dd0a8f3c90e94273cab78a00254ca0a36625324 Mon Sep 17 00:00:00 2001 From: christianbraeunlich Date: Fri, 1 Jul 2022 17:38:29 +0000 Subject: [PATCH] add .gitattributes --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..1fbdaf78 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +* text=auto eol=lf +*.{cmd,[cC][mM][dD]} text eol=crlf +*.{bat,[bB][aA][tT]} text eol=crlf +*.gif binary +*.jpeg binary +*.png binary +*.gz binary +*.jar binary \ No newline at end of file