mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-01 05:49:54 +00:00
## Summary ... ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-8377-WIP-Chore-Actions-updates-and-cleanup-2f66d73d3650818483a8dffa32a6f245) by [Unito](https://www.unito.io) --------- Co-authored-by: Amp <amp@ampcode.com>
19 lines
449 B
Plaintext
19 lines
449 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
|
|
*.snap text eol=lf
|
|
*.ts text eol=lf
|
|
*.vue text eol=lf
|
|
*.yaml text eol=lf
|
|
*.yml text eol=lf
|
|
|
|
# Generated files
|
|
packages/registry-types/src/comfyRegistryTypes.ts linguist-generated=true
|
|
src/workbench/extensions/manager/types/generatedManagerTypes.ts linguist-generated=true
|