chore: gitignore Playwright MCP scratch output (.playwright-mcp/)
The Playwright MCP writes page snapshots/screenshots into a .playwright-mcp/ directory while inspecting the UI; keep that scratch output out of the tree.
This commit is contained in:
@@ -10,6 +10,9 @@
|
||||
.idea/
|
||||
.DS_Store
|
||||
|
||||
# Playwright MCP scratch output (snapshots / screenshots written during inspection)
|
||||
.playwright-mcp/
|
||||
|
||||
# Local, unstaged env overrides
|
||||
**/.env.local
|
||||
**/.env.*.local
|
||||
|
||||
Reference in New Issue
Block a user