mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-07-09 14:16:07 +00:00
5c5a509605
Add VS Code tasks to run golangci-lint (with and without --fix) and mark *.go as text eol=lf so Go sources check out with LF, avoiding spurious CRLF lint failures on Windows. Also drop the now-redundant explicit DockerInit.sh/DockerEntrypoint.sh entries already covered by *.sh.
6 lines
188 B
Plaintext
6 lines
188 B
Plaintext
*.sh text eol=lf
|
|
frontend/src/generated/** text eol=lf
|
|
frontend/public/openapi.json text eol=lf
|
|
frontend/src/test/__snapshots__/** text eol=lf
|
|
*.go text eol=lf
|
|
deploy/**/*.yaml text eol=lf |