Skip to content

Commit d7bdfb5

Browse files
committed
chore: gitignore .playwright-mcp/ runtime cache
Playwright MCP writes per-session console logs and page snapshots into .playwright-mcp/ when used for testing. Local debug artefacts only — no source value, shouldn't appear as untracked noise after running the dashboard mollifier challenge scripts.
1 parent 1f90a00 commit d7bdfb5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,5 @@ apps/**/public/build
7272
.mcp.log
7373
.mcp.json
7474
.cursor/debug.log
75-
ailogger-output.log
75+
ailogger-output.log
76+
.playwright-mcp/

0 commit comments

Comments
 (0)