From 9bd8e95df8678d08348ab04efc32c6f4eaa7922b Mon Sep 17 00:00:00 2001 From: Will Scott Date: Mon, 17 Jul 2023 12:29:21 +0100 Subject: [PATCH] Fix for Issue #15 - Ensure LF in .sh files are not converted to CRLF when pulled to a Win system --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..efdba87 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +* text=auto +*.sh text eol=lf