chore: enforce LF line endings on .sh/.py/.yaml/Dockerfile
Pin LF on shell, Python, YAML, and Dockerfile so Windows Docker Desktop checkouts don't introduce CRLF that breaks #!/bin/sh shebangs in the container — that exact failure mode took down 14 workspaces during #1933 fix v1 (exec /entrypoint.sh: no such file or directory cascade). Same pattern as the .gitattributes already in molecule-ai-workspace-template-claude-code, applied to the other 7 template repos. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
a2c76e0765
commit
386726239e
6
.gitattributes
vendored
Normal file
6
.gitattributes
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
* text=auto eol=lf
|
||||
*.sh text eol=lf
|
||||
*.py text eol=lf
|
||||
*.yaml text eol=lf
|
||||
*.yml text eol=lf
|
||||
Dockerfile text eol=lf
|
||||
Loading…
Reference in New Issue
Block a user