🔧 Ignore MCP tooling working dirs (FLO-227)#5
Conversation
Add .playwright-mcp/ and .markdown_vault_mcp/ to .gitignore so local MCP tool artifacts never get committed. Co-Authored-By: Paperclip <noreply@paperclip.ing> Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThree ChangesMCP Tooling Gitignore Entries
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~1 minute Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
What
Add MCP tooling working directories to
.gitignoreso local tool artifacts never get committed:Also removed the uncommitted
.playwright-mcp/artifact from the working tree.Why
.playwright-mcp/(Playwright MCP working dir) was showing up as an untracked artifact ingit status. These are local tooling artifacts and should never be tracked.Verification
git status --porcelainis clean (no stray artifacts),.gitignorecontains the MCP patterns.Parent: FLO-226 · Issue: FLO-227
🤖 Generated with Claude Code
Summary by CodeRabbit