From 017fb24d0661d376dbb17b05f7353a5b4ce6e7e7 Mon Sep 17 00:00:00 2001 From: Francois Laithier Date: Tue, 17 Mar 2026 10:30:37 -0700 Subject: [PATCH] Make git ignore `.playwright-mcp/` --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6781e396ea73d..79175c075a162 100644 --- a/.gitignore +++ b/.gitignore @@ -160,6 +160,7 @@ modules/*/lib/ # Playwright .playwright-output/ +.playwright-mcp/ # cspell cache .cspellcache