From 49e06ad6ccd01fb0345a751f8587c76131ac0617 Mon Sep 17 00:00:00 2001 From: lipido Date: Thu, 5 Oct 2023 11:16:20 +0200 Subject: [PATCH] Adds .gitattributes file to avoid adding CR chars when cloning in Windows --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..003a1c9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# Treat all text files without a CR (as we have Docker) +* text eol=lf + -- 2.18.1