mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-31 08:40:19 +08:00
.gitattributes: auto-handle line endings
This commit is contained in:
parent
18de0b2830
commit
f499b568b0
10
.gitattributes
vendored
10
.gitattributes
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user