From e2cf786dafe2cdb36b2da658b7e2e754bcc7b9b5 Mon Sep 17 00:00:00 2001 From: ohyzha Date: Fri, 12 Jul 2024 16:12:52 +0300 Subject: [PATCH] add gitattributes file --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5783af6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# Set line endings to LF, even on Windows. Otherwise, execution within Docker fails. +# See https://help.github.com/articles/dealing-with-line-endings/ +*.sh text eol=lf \ No newline at end of file