Skip to content

Commit d5bbfda

Browse files
committed
fix: enforce correct line endings for the commonjs and esm variants via git
1 parent 3da1c1c commit d5bbfda

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.gitattributes

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22
* text=auto
33

44
# Force TS to LF to make the unixy scripts not break on Windows
5+
*.cjs text eol=lf
6+
*.js text eol=lf
7+
*.json text eol=lf
8+
*.mjs text eol=lf
9+
*.mts text eol=lf
510
*.ts text eol=lf
611
*.vue text eol=lf
7-
*.js text eol=lf
812

913
# Generated files
1014
src/types/comfyRegistryTypes.ts linguist-generated=true

0 commit comments

Comments
 (0)