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:
parent
c4987b7f05
commit
e9ba70b315
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue