From c57d5a18b5e4fc2ffc1fb63e683aa47a5d2103b6 Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Wed, 5 Aug 2026 16:58:02 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=99=88(dev)=20ignore=20playwright-mcp=20b?= =?UTF-8?q?rowser=20artifacts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Playwright MCP browser session writes snapshots and console logs into .playwright-mcp/ at the repository root while driving the app during development — keep them out of version control. Signed-off-by: Kevin Jahns --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 08dfcc4b1..631e0bf09 100644 --- a/.gitignore +++ b/.gitignore @@ -93,3 +93,4 @@ AGENTS.md .aider* .copilot/ .github/copilot-instructions.md +.playwright-mcp