Merge f499b568b0be093b96c74fe4a3de2aa18b5d58d2 into 87c104bfc1928f0b018a50f5867f425e10482929

This commit is contained in:
Lex Darlog 2025-12-03 11:56:19 -05:00 committed by GitHub
commit c2cb52e0fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

10
.gitattributes vendored
View File

@ -1,3 +1,13 @@
# Auto-detect text/binary by default + respect `core.autocrlf` setting for checkout, but still commit as LF.
* text=auto
# Force UNIX line endings: both commit and checkout:
*.sh text eol=lf
*.py text eol=lf
# Force Windows line endings on checkout, commit as LF:
*.bat text eol=crlf
/web/assets/** linguist-generated /web/assets/** linguist-generated
/web/** linguist-vendored /web/** linguist-vendored
comfy_api_nodes/apis/__init__.py linguist-generated comfy_api_nodes/apis/__init__.py linguist-generated