Compare commits

...

2 Commits

Author SHA1 Message Date
Lex Darlog
9e97fd911a
Merge f499b568b0 into 26c5bbb875 2026-01-25 15:57:25 -05:00
Lex Darlog
f499b568b0
.gitattributes: auto-handle line endings 2025-09-12 06:12:05 +05:00

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/** linguist-vendored
comfy_api_nodes/apis/__init__.py linguist-generated