From ec7c0a2effa84f30a74afdaa7b171d7e6326e138 Mon Sep 17 00:00:00 2001 From: kodemaster-admin Date: Tue, 25 Nov 2025 20:03:04 +0000 Subject: [PATCH] Add .gitattributes --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..314766e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +* text=auto eol=lf +*.{cmd,[cC][mM][dD]} text eol=crlf +*.{bat,[bB][aA][tT]} text eol=crlf