chore: gitignore Playwright MCP scratch directory

Discovered while manually verifying the DOCX/ODT/Pages upload flow —
.playwright-mcp/ (fixtures, screenshots) wasn't ignored and risked
accidental commits of test artifacts.
This commit is contained in:
pyr0ball 2026-07-10 14:18:52 -07:00
parent f941ebdeeb
commit fccb30c79d

3
.gitignore vendored
View file

@ -29,3 +29,6 @@ compose.override.yml
# Logs and runtime files
*.log
*.db
# Playwright MCP scratch dir (test fixtures, screenshots — never commit)
.playwright-mcp/