From 8b40350d568d9f675b9ac46508e6d763131e8375 Mon Sep 17 00:00:00 2001 From: Albert Date: Sun, 9 Nov 2025 18:30:39 +0000 Subject: [PATCH] chore: Add .playwright-mcp to .gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Exclude Playwright MCP screenshot cache from version control 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4c6167d..87c1fb1 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,4 @@ next-env.d.ts /test-results/ /playwright-report/ /playwright/.cache/ +.playwright-mcp/