This commit is contained in:
bluefishs 2026-04-24 18:24:07 -05:00 committed by GitHub
commit 5b517f78c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

8
.gitattributes vendored
View file

@ -1,2 +1,10 @@
# Auto-generated files — collapse diffs and exclude from language stats
web/package-lock.json linguist-generated=true
# Enforce LF for scripts that run inside Linux containers.
# Without this, Windows checkout converts to CRLF and breaks `exec` in the
# container entrypoint with "no such file or directory".
*.sh text eol=lf
Dockerfile text eol=lf
*.dockerfile text eol=lf
docker/entrypoint.sh text eol=lf