1
0

.gitattributes 218 B

12345
  1. # Shell scripts must stay LF so the Docker build works when the repo is
  2. # checked out on Windows (CRLF breaks the script shebang -> exit 127).
  3. *.sh text eol=lf
  4. DockerInit.sh text eol=lf
  5. DockerEntrypoint.sh text eol=lf