# Files that MUST stay LF or they break when executed (Windows checkouts
# would otherwise rewrite the shebang to "#!/bin/bash\r" and the script
# would not run — see docker-setup).
*.sh        text eol=lf
makefile    text eol=lf
Makefile    text eol=lf
.env*       text eol=lf
crons.sh    text eol=lf
deploy.sh   text eol=lf
