mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
Use a checkout-local .dev/paseo-home for root and worktree dev flows so development daemons do not collide with the packaged app home. Split server, app, and desktop dev entrypoints, seed worktree homes from the source checkout metadata, and keep desktop dev on its own user-data directory and Expo port.
92 lines
1.2 KiB
Plaintext
92 lines
1.2 KiB
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Build outputs
|
|
build/
|
|
dist/
|
|
.next/
|
|
out/
|
|
result
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.test
|
|
.env.local
|
|
.env.test.local
|
|
.env*.local
|
|
.dev.vars
|
|
**/.dev.vars
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# OS files
|
|
.DS_Store
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
tsconfig.tsbuildinfo
|
|
|
|
# IDEs
|
|
.vscode/
|
|
.idea/
|
|
*.sublime-*
|
|
|
|
# Testing
|
|
coverage/
|
|
|
|
# Playwright
|
|
test-results/
|
|
**/test-results/
|
|
|
|
# Vercel
|
|
.vercel/
|
|
|
|
# Expo
|
|
.expo/
|
|
|
|
# Misc
|
|
*.pem
|
|
.vercel
|
|
|
|
# Local Claude configuration
|
|
CLAUDE.local.md
|
|
|
|
# Task CLI
|
|
.tasks/
|
|
|
|
.debug.conversations/
|
|
.debug/
|
|
.dev/
|
|
.paseo/
|
|
.wrangler/
|
|
**/.wrangler/
|
|
**/.tanstack/
|
|
|
|
# Local agent/tooling artifacts (do not commit)
|
|
PLAN.md
|
|
.valknut/
|
|
valknut-report.html/
|
|
valknut-report.json/
|
|
**/.playwright-mcp/
|
|
**/.paseo-provider-history/
|
|
.claude/settings.local.json
|
|
**/.claude/settings.local.json
|
|
.claude/scheduled_tasks.lock
|
|
.claude/worktrees/
|
|
.plans/
|
|
packages/server/src/server/fixtures/dictation/dictation-debug-largest.wav
|
|
packages/server/src/server/fixtures/dictation/dictation-debug-largest.transcript.txt
|
|
|
|
/artifacts
|
|
packages/desktop/.cache/
|
|
packages/desktop/src-tauri/resources/managed-runtime/
|
|
app.json
|