From 9a9adf5a570f0a4fd3afdb4cad5162c0dd1a4b63 Mon Sep 17 00:00:00 2001 From: daniel-c-harvey Date: Sat, 13 Jun 2026 12:20:34 -0400 Subject: [PATCH] gitattributes: pin parallax.js to LF to stop CRLF working-tree churn --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 5f16da2..6cc0395 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,3 +7,5 @@ *.yaml text eol=lf *.service text eol=lf *.conf text eol=lf +# Vendor JS pinned LF — avoids CRLF churn on Windows checkout +DeepDrftShared.Client/wwwroot/js/parallax/parallax.js text eol=lf