Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -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