Capture the PR3 UX brainstorm: three-region shell, action columns by kind, story-via-actions, Story tab tree+log, and universal automation with shareable recipes. Includes T3.0/T3.1 implementation plans and M1 vertical slice plan. Also ignore local .worktrees/.
26 lines
277 B
Plaintext
26 lines
277 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
.pnpm-store/
|
|
|
|
# Build output
|
|
dist/
|
|
dev-dist/
|
|
*.tsbuildinfo
|
|
|
|
# Test / coverage
|
|
coverage/
|
|
|
|
# Editor / OS
|
|
.DS_Store
|
|
*.local
|
|
.claude/settings.local.json
|
|
.vite/
|
|
|
|
# Git worktrees (local isolation)
|
|
.worktrees/
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
pnpm-debug.log*
|