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>
7 lines
113 B
Plaintext
7 lines
113 B
Plaintext
* text=auto eol=lf
|
|
*.sh text eol=lf
|
|
*.py text eol=lf
|
|
*.yaml text eol=lf
|
|
*.yml text eol=lf
|
|
Dockerfile text eol=lf
|