Skip to content

🔧 Ignore MCP tooling working dirs (FLO-227)#5

Merged
Fl0p merged 1 commit into
mainfrom
flo-227-gitignore-mcp
Jun 14, 2026
Merged

🔧 Ignore MCP tooling working dirs (FLO-227)#5
Fl0p merged 1 commit into
mainfrom
flo-227-gitignore-mcp

Conversation

@Fl0p

@Fl0p Fl0p commented Jun 14, 2026

Copy link
Copy Markdown
Collaborator

What

Add MCP tooling working directories to .gitignore so local tool artifacts never get committed:

# MCP tooling working dirs (local artifacts — never commit)
.playwright-mcp/
.markdown_vault_mcp/
**/.markdown_vault_mcp/

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 in git status. These are local tooling artifacts and should never be tracked.

Verification

git status --porcelain is clean (no stray artifacts), .gitignore contains the MCP patterns.

Parent: FLO-226 · Issue: FLO-227

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Chores
    • Updated gitignore configuration to exclude additional local development tooling directories.

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>
@coderabbitai

coderabbitai Bot commented Jun 14, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: e8afa779-7e80-430c-9fc2-0280b441eb47

📥 Commits

Reviewing files that changed from the base of the PR and between 35435e6 and 19cb57e.

📒 Files selected for processing (1)
  • .gitignore

📝 Walkthrough

Walkthrough

Three .gitignore entries are added to exclude local MCP tooling directories: .playwright-mcp/, .markdown_vault_mcp/, and the recursive pattern **/.markdown_vault_mcp/.

Changes

MCP Tooling Gitignore Entries

Layer / File(s) Summary
Add MCP directory exclusions
.gitignore
Adds .playwright-mcp/, .markdown_vault_mcp/, and **/.markdown_vault_mcp/ patterns to prevent local MCP tooling working directories from being tracked.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~1 minute

Poem

A rabbit hops past the clutter today,
.playwright-mcp/ tucked neatly away,
.markdown_vault_mcp/ hidden too,
No messy MCP dirs sneaking through! 🐇✨
The .gitignore burrow is tidy and neat~

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and accurately summarizes the main change: updating .gitignore to ignore MCP tooling working directories.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch flo-227-gitignore-mcp

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@Fl0p Fl0p merged commit 02279d9 into main Jun 14, 2026
2 checks passed
@Fl0p Fl0p deleted the flo-227-gitignore-mcp branch June 14, 2026 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant