1
0

.gitattributes 445 B

12345678910
  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
  6. # Generated files (regenerated from Go) must stay LF so a Windows regen
  7. # with core.autocrlf=true doesn't show phantom CRLF-only "modified" diffs.
  8. frontend/src/generated/** text eol=lf
  9. frontend/public/openapi.json text eol=lf