From 958c16572151573e1f668226151b43a663723a73 Mon Sep 17 00:00:00 2001 From: zwitschi Date: Fri, 14 Nov 2025 14:21:16 +0100 Subject: [PATCH] chore: add .gitattributes for text handling and line endings --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dcdad2b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +* text=auto + +Dockerfile text eol=lf