From fccb30c79dd9d95f2525ef0af2919fae2580b18f Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Fri, 10 Jul 2026 14:18:52 -0700 Subject: [PATCH] chore: gitignore Playwright MCP scratch directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Discovered while manually verifying the DOCX/ODT/Pages upload flow — .playwright-mcp/ (fixtures, screenshots) wasn't ignored and risked accidental commits of test artifacts. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 5908ea1..a79ba22 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,6 @@ compose.override.yml # Logs and runtime files *.log *.db + +# Playwright MCP scratch dir (test fixtures, screenshots — never commit) +.playwright-mcp/