mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-04 01:40:45 +08:00
36 lines
438 B
Plaintext
36 lines
438 B
Plaintext
# History and temp files
|
|
.history
|
|
*.tmp
|
|
*.log
|
|
|
|
# Node modules
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Package files
|
|
*.tgz
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
.env
|
|
settings.local.json
|
|
.workflow
|
|
version.json
|
|
ref
|
|
COMMAND_FLOW_STANDARD.md
|
|
COMMAND_TEMPLATE_EXECUTOR.md
|
|
COMMAND_TEMPLATE_ORCHESTRATOR.md
|
|
*.pyc
|
|
.codexlens/
|
|
settings.json
|
|
*.mcp.json
|
|
.mcp.json
|
|
.ace-tool/
|
|
|
|
# CCW worktrees for parallel execution
|
|
.ccw/worktrees/
|