Files
Claude-Code-Workflow/.npmignore
catlog22 35485bbbb1 feat: Enhance navigation and cleanup for graph explorer view
- Added a cleanup function to reset the state when navigating away from the graph explorer.
- Updated navigation logic to call the cleanup function before switching views.
- Improved internationalization by adding new translations for graph-related terms.
- Adjusted icon sizes for better UI consistency in the graph explorer.
- Implemented impact analysis button functionality in the graph explorer.
- Refactored CLI tool configuration to use updated model names.
- Enhanced CLI executor to handle prompts correctly for codex commands.
- Introduced code relationship storage for better visualization in the index tree.
- Added support for parsing Markdown and plain text files in the symbol parser.
- Updated tests to reflect changes in language detection logic.
2025-12-15 23:11:01 +08:00

52 lines
616 B
Plaintext

# Git
.git/
.gitignore
.gitattributes
# History and temp files
.history/
*.log
*.tmp
# Development files
.vscode/
.idea/
*.md
!README.md
!CLAUDE.md
# Workflow runtime data
.workflow/
# Test files
test/
tests/
*.test.js
*.spec.js
# Build artifacts
node_modules/
*.tgz
# OS files
.DS_Store
Thumbs.db
# Documentation (keep only essential)
CHANGELOG.md
CONTRIBUTING.md
COMMAND_REFERENCE.md
COMMAND_SPEC.md
FAQ.md
GETTING_STARTED.md
GETTING_STARTED_CN.md
# PowerShell installer (not needed for npm)
Install-Claude.ps1
install-remote.ps1
*.mcp.json
# ccw internal files
ccw/package.json
ccw/node_modules/
ccw/*.md