mirror of
https://github.com/tiennm99/ai-coding-workflow-labs.git
synced 2026-09-17 16:19:54 +00:00
- Add shell configs, IDE files, and local configs to .gitignore - Add Phase 2 planning artifacts (CONTEXT, RESEARCH, VERIFICATION) - Add GridManager test suite
59 lines
631 B
Plaintext
59 lines
631 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Build output
|
|
dist/
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Editor directories
|
|
.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
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
|
|
# 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
|