From 31ddc2c7eb376440d825079b341cccbbb2977e04 Mon Sep 17 00:00:00 2001 From: Grant Date: Sun, 3 May 2026 22:22:51 +0000 Subject: [PATCH] Add .gitattributes for consistent line endings --- .gitattributes | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3c1798b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,10 @@ +# Ensure consistent line endings across Windows and Linux +* text=auto +*.py text eol=lf +*.sh text eol=lf +*.yaml text eol=lf +*.yml text eol=lf +*.md text eol=lf +*.txt text eol=lf +*.xml text eol=lf +Dockerfile text eol=lf