mirror of
https://github.com/tiennm99/ai-coding-workflow-labs.git
synced 2026-09-17 20:18:58 +00:00
Add Phase 3 plan files (pathfinding, scoring, visual feedback), update state tracking for Phase 4 context, and clean up gitignore.
55 lines
613 B
Plaintext
55 lines
613 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Build output
|
|
dist/
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Editor directories and IDEs
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Local settings
|
|
settings.local.json
|
|
|
|
# Test coverage
|
|
coverage/
|
|
|
|
# Shell configs (should not be in repo)
|
|
.bash_profile
|
|
.bashrc
|
|
.profile
|
|
.zprofile
|
|
.zshrc
|
|
|
|
# Git configs
|
|
.gitconfig
|
|
|
|
# SSH/MCP configs
|
|
.mcp.json
|
|
|
|
# Git artifacts (not to be tracked)
|
|
HEAD
|
|
config
|
|
hooks
|
|
objects
|
|
refs
|
|
|
|
# Ripgrep config
|
|
.ripgreprc
|
|
|
|
# Git submodules
|
|
.gitmodules
|
|
|
|
# Claude skills (local development)
|
|
.claude/skills
|