From c1da674425db82695a5d3f33b97c2d1948339a16 Mon Sep 17 00:00:00 2001 From: Christian Pillsbury Date: Fri, 12 Sep 2025 12:36:00 -0700 Subject: [PATCH] chore: add .playwright-mcp to .gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Prevent accidental commit of playwright MCP screenshot files in the future. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e85d76d1..e5d7fecb 100644 --- a/.gitignore +++ b/.gitignore @@ -102,4 +102,4 @@ bun.lockb # Monorepo specific .rush/ .turbo/ -.lerna/ \ No newline at end of file +.lerna/.playwright-mcp/