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:
parent
f941ebdeeb
commit
fccb30c79d
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -29,3 +29,6 @@ compose.override.yml
|
||||||
# Logs and runtime files
|
# Logs and runtime files
|
||||||
*.log
|
*.log
|
||||||
*.db
|
*.db
|
||||||
|
|
||||||
|
# Playwright MCP scratch dir (test fixtures, screenshots — never commit)
|
||||||
|
.playwright-mcp/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue