Skip to content

chore: gitignore .playwright-mcp/#84

Merged
SyniRon merged 1 commit into
developfrom
chore/gitignore-playwright-mcp
May 20, 2026
Merged

chore: gitignore .playwright-mcp/#84
SyniRon merged 1 commit into
developfrom
chore/gitignore-playwright-mcp

Conversation

@SyniRon
Copy link
Copy Markdown
Collaborator

@SyniRon SyniRon commented May 20, 2026

Summary

Playwright MCP drops page-snapshot YAML files into .playwright-mcp/ at the project root during browser smoke runs (e.g. the OpenAPI Swagger UI verification done for PR #82). These are session-local artifacts with no consumer in the repo, but they keep appearing in git status across sessions.

Adding .playwright-mcp/ to .gitignore (in the existing "Claude Code local working files" block) keeps the working tree clean. Mirrors the same pattern already used for .claude/, docs/superpowers/, and CLAUDE.md.

Test plan

  • git status clean after deleting the existing stale snapshot
  • Future Playwright MCP runs won't surface in git status

🤖 Generated with Claude Code

Playwright MCP dumps page-snapshot YAML files into .playwright-mcp/ at
the project root during browser smoke runs. They are session-local
artifacts, never consumed by anything in the repo. Adding the directory
to .gitignore keeps git status clean across sessions.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@SyniRon SyniRon merged commit 950e37a into develop May 20, 2026
3 of 4 checks passed
@SyniRon SyniRon deleted the chore/gitignore-playwright-mcp branch May 20, 2026 21:33
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