Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
fix: enforce correct line endings for the commonjs and esm variants v…
…ia git
  • Loading branch information
DrJKL committed Aug 25, 2025
commit b026a4d56563203a4574e78721ce4ff824cbd58f
6 changes: 5 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
* text=auto

# Force TS to LF to make the unixy scripts not break on Windows
*.cjs text eol=lf
*.js text eol=lf
*.json text eol=lf
*.mjs text eol=lf
*.mts text eol=lf
*.ts text eol=lf
*.vue text eol=lf
*.js text eol=lf

# Generated files
src/types/comfyRegistryTypes.ts linguist-generated=true
Expand Down