From acc538c2a500a0d3c1e6a9d7401f17100c443bb9 Mon Sep 17 00:00:00 2001 From: mivvan <51165121+mivvan@users.noreply.github.com> Date: Wed, 4 Dec 2024 02:38:20 +0300 Subject: [PATCH] Create .gitattributes added eol=lf attribute coz git core.autocrlf replaces lf to crlf once cloned under windows --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4847b16 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +#bash script file +*.sh text eol=lf