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