chore: gitignore Playwright MCP scratch output (.playwright-mcp/)
Tests · Go / test (pull_request) Successful in 7s
Tests · Integration / integration (pull_request) Successful in 11s
Tests · UI / test (pull_request) Successful in 11s

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:
Ilia Denisov
2026-06-03 16:50:36 +02:00
parent 8ec71a6816
commit 1b7b767576
+3
View File
@@ -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