mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-30 09:34:21 +00:00
11 lines
445 B
Plaintext
11 lines
445 B
Plaintext
# Shell scripts must stay LF so the Docker build works when the repo is
|
|
# checked out on Windows (CRLF breaks the script shebang -> exit 127).
|
|
*.sh text eol=lf
|
|
DockerInit.sh text eol=lf
|
|
DockerEntrypoint.sh text eol=lf
|
|
|
|
# Generated files (regenerated from Go) must stay LF so a Windows regen
|
|
# with core.autocrlf=true doesn't show phantom CRLF-only "modified" diffs.
|
|
frontend/src/generated/** text eol=lf
|
|
frontend/public/openapi.json text eol=lf
|