Force LF eol for entrypoint.sh

This commit is contained in:
B. Bergeron 2025-08-14 11:17:49 -04:00
parent cc524b7c86
commit bee3c099b9
No known key found for this signature in database
GPG Key ID: 20A0A88F22238925

3
.gitattributes vendored
View File

@ -1,3 +1,6 @@
/web/assets/** linguist-generated
/web/** linguist-vendored
comfy_api_nodes/apis/__init__.py linguist-generated
# Force LF eol for Docker entrypoint (fix "exec: no such file or directory"
# error with CRLF checkouts)
entrypoint.sh text eol=lf