chore: ignore .playwright-mcp directory (#511)

Add `/.playwright-mcp` to `.gitignore` so the Playwright MCP working
directory isn't tracked.
This commit is contained in:
Víctor Falcón 2026-06-09 12:05:21 +02:00 committed by GitHub
parent c4987b7f05
commit e9ba70b315
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -32,3 +32,4 @@ yarn-error.log
.claude/settings.local.json .claude/settings.local.json
.php-version .php-version
.pint.cache .pint.cache
/.playwright-mcp