mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 19:09:52 +00:00
* migration: npm to pnpm Step 1, package and lockfile * migration: npm to pnpm Step 2: docs / LLM instructions * migration: npm to pnpm Step 3: More documentation updates * migration: npm to pnpm Step 4: Even more documentation * migration: npm to pnpm Step 5: GitHub Actions * migration: npm to pnpm Step 6: PNPM installation in actions. This merge is going to be painful. * migration: npm to pnpm Unignore and add pnpm lockfile. * migration: npm to pnpm package-lock.json -> pnpm-lock.yaml * migration: explicit @primeuix/styled, move glob to prod deps * migration: more explicit deps required by the importmap plugin and vite * fix: missed merge artifact * fix: Make sure pnpm is available to install wrangler * migration: pnpm for dev-release.yaml * migration: new setup action version Won't work until that is updated and a new release is cut. * migration: Playwright needs uuid * migration: Add explicit deps for lobehub * chore(version-bump.yaml): change cache from npm to pnpm to optimize package management and improve build performance * migration: install pnpm in version-bump action --------- Co-authored-by: snomiao <snomiao@gmail.com>
79 lines
1.1 KiB
Plaintext
79 lines
1.1 KiB
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
# Package manager lockfiles (allow users to use different package managers)
|
|
bun.lock
|
|
bun.lockb
|
|
yarn.lock
|
|
|
|
# Cache files
|
|
.eslintcache
|
|
.prettiercache
|
|
|
|
node_modules
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
# Claude configuration
|
|
.claude/*.local.json
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
*.code-workspace
|
|
!.vscode/extensions.json
|
|
!.vscode/tailwind.json
|
|
!.vscode/settings.json.default
|
|
!.vscode/launch.json.default
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
components.d.ts
|
|
|
|
# Ignore test data.
|
|
tests-ui/data/*
|
|
tests-ui/ComfyUI_examples
|
|
tests-ui/workflows/examples
|
|
|
|
# Browser tests
|
|
/test-results/
|
|
/playwright-report/
|
|
/blob-report/
|
|
/playwright/.cache/
|
|
browser_tests/**/*-win32.png
|
|
|
|
.env
|
|
|
|
dist.zip
|
|
|
|
/temp/
|
|
|
|
# Generated JSON Schemas
|
|
/schemas/
|
|
|
|
# Workflow templates assets
|
|
# Hosted on https://github.com/Comfy-Org/workflow_templates
|
|
/public/templates/
|
|
|
|
# Temporary repository directory
|
|
templates_repo/
|
|
|
|
# Vite's timestamped config modules
|
|
vite.config.mts.timestamp-*.mjs
|
|
|
|
# Linux core dumps
|
|
./core
|
|
|
|
*storybook.log
|
|
storybook-static
|
|
|