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:
parent
34d2ccc576
commit
60555e0885
1 changed files with 6 additions and 0 deletions
6
.gitattributes
vendored
Normal file
6
.gitattributes
vendored
Normal 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
|
||||
Loading…
Add table
Reference in a new issue