From 092a367bbc3b71ba58f9e87d12925ca064a78aff Mon Sep 17 00:00:00 2001 From: Tim Gerundt Date: Thu, 11 Aug 2022 13:19:24 +0200 Subject: [PATCH] Fix problems with Docker under Windows Docker under Windows need LF (\n) EOL in scripts --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..fc207e6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Docker under Windows need LF (\n) EOL in scripts +/docker-utils/** text eol=lf \ No newline at end of file