From f981186a93cd722adf191a748e44c4cc502b3e7d Mon Sep 17 00:00:00 2001 From: Merlin <4706504+MerlinScheurer@users.noreply.github.com> Date: Sat, 10 Aug 2024 16:42:03 +0200 Subject: [PATCH] Add gitattributes to fix docker on windows (#782) --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..b357d3e4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +docker_assets\run.sh eol=lf \ No newline at end of file