gitignore: exclude Playwright MCP artifacts and agent verification screenshots
Agents that verify UI changes in a browser via Playwright MCP drop a `.playwright-mcp/` cache directory and `*-check.png` screenshots in the repo root. These are session-scoped verification residue, not deliverables.
This commit is contained in:
@@ -1,2 +1,6 @@
|
||||
plan/
|
||||
.vscode/
|
||||
|
||||
# Browser-automation verification artifacts (Playwright MCP / agent screenshots)
|
||||
.playwright-mcp/
|
||||
*-check.png
|
||||
|
||||
Reference in New Issue
Block a user