Skip to content

chore: ignore Playwright MCP artifacts#881

Merged
exKAZUu merged 1 commit into
mainfrom
chore/gitignore-playwright-mcp
Jun 16, 2026
Merged

chore: ignore Playwright MCP artifacts#881
exKAZUu merged 1 commit into
mainfrom
chore/gitignore-playwright-mcp

Conversation

@exKAZUu

@exKAZUu exKAZUu commented Jun 16, 2026

Copy link
Copy Markdown
Member

Customer Summary

  • Generated .gitignore files now exclude Playwright MCP local artifacts.
  • Developers and agents using Playwright MCP will avoid accidentally surfacing those temporary files in repository status.
  • No migration or rollout steps are required.

Technical Summary

  • Added .playwright-mcp/ to the shared wbfy gitignore generator content.
  • The change is limited to packages/wbfy/src/generators/gitignore.ts.
  • No runtime behavior or package dependencies were changed.

Why

  • Playwright MCP can create local working artifacts that should not be committed.
  • Keeping the pattern in the generator makes future generated .gitignore files consistent across repositories.

Testing

  • yarn verify
  • Pre-commit hook: oxfmt and oxlint on the changed file
  • Pre-push hook: package oxlint --quiet checks

Co-authored-by: WillBooster (Codex CLI) <agent@willbooster.com>
@exKAZUu exKAZUu self-assigned this Jun 16, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the gitignore generator in packages/wbfy/src/generators/gitignore.ts to include .playwright-mcp/ in the common ignored patterns. There are no review comments, and I have no feedback to provide.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

@exKAZUu exKAZUu merged commit 5e9adcf into main Jun 16, 2026
7 checks passed
@exKAZUu exKAZUu deleted the chore/gitignore-playwright-mcp branch June 16, 2026 09:19
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