mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-03 06:47:33 +00:00
17 lines
394 B
Plaintext
17 lines
394 B
Plaintext
# Default
|
|
* 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
|
|
*.yaml text eol=lf
|
|
|
|
# Generated files
|
|
src/types/comfyRegistryTypes.ts linguist-generated=true
|
|
src/workbench/extensions/manager/types/generatedManagerTypes.ts linguist-generated=true
|