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 <noreply@anthropic.com>
This commit is contained in:
Claude 2026-08-20 13:56:43 +10:00
parent 34d2ccc576
commit 60555e0885

6
.gitattributes vendored Normal file
View file

@ -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