From 701546b115009eface1aa8c69dd81f17adeee319 Mon Sep 17 00:00:00 2001 From: Lev Rusanov <30170278+JDM170@users.noreply.github.com> Date: Tue, 19 Aug 2025 21:24:41 +0700 Subject: [PATCH] added .gitattributes Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com> --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..56bbd5d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +* text=auto +*.sh eol=lf \ No newline at end of file