From d2db014bfd5891342705bc559bd770314b64b824 Mon Sep 17 00:00:00 2001 From: brockdarnold Date: Sun, 14 Jun 2026 07:50:26 +0000 Subject: [PATCH] publish .gitattributes --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..218c7a7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +# Treat everything as binary so Git never rewrites line endings on Windows +# checkout. Without this, autocrlf can mark tracked files "modified" and break +# `git pull` / updates. PowerShell + Python both read LF fine. +* -text