Files
storkit/.gitignore
Dave a9d45bbcd5 Story 42: Deterministic worktree management via REST/MCP API
Add REST and MCP endpoints for creating, listing, and removing worktrees.
Includes worktree lifecycle management and cleanup operations.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 14:22:09 +00:00

42 lines
559 B
Plaintext

# Claude Code
.claude/settings.local.json
# App specific
store.json
.story_kit_port
# Agent worktrees (managed by the server, not tracked in git)
.story_kit/worktrees/
# Rust stuff
target
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
frontend/node_modules
frontend/dist
frontend/dist-ssr
frontend/test-results
frontend/*.local
server/target
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
/test-results/.last-run.json