From 60555e0885bddddb07e411d868cce28a2630f005 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 20 Aug 2026 13:56:43 +1000 Subject: [PATCH] Normalise line endings to LF Authored on Windows, deployed to Ubuntu: a CRLF shell script fails on the host with an unhelpful error. Co-Authored-By: Claude Opus 5 --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..73494e1 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +# This repository is authored on Windows and deployed to Ubuntu. A shell script +# or SQL file checked out with CRLF fails on the host with an unhelpful error, +# so everything textual is normalised to LF. +* text=auto eol=lf +*.png binary +*.pdf binary