mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 10:59:53 +00:00
* knip: Simplify config * knip: enable unlisted, fix issues * knip: Add ignore for build dependencies (Vite plugin indirect reference) * knip: Prune dependencies * knip: One more Unused dep * git: Standard line end for yaml * [auto-fix] Apply ESLint and Prettier fixes * knip: Add exceptions for tailwindcss post-rebase. Not sure why we need to except it. * Update test expectations [skip ci] --------- Co-authored-by: GitHub Action <action@github.com> Co-authored-by: github-actions <github-actions@github.com>
17 lines
365 B
Plaintext
17 lines
365 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/types/generatedManagerTypes.ts linguist-generated=true
|