chore: add .playwright-mcp/ to gitignore
Ignore auto-generated Playwright MCP screenshots and artifacts. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
1bd75a0035
commit
3b3418dde5
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -131,6 +131,9 @@ services/*/tests/output/
|
|||
# Large data files
|
||||
website/platform/marketplace/data/users.json
|
||||
|
||||
# Playwright MCP (auto-generated screenshots/artifacts)
|
||||
.playwright-mcp/
|
||||
|
||||
# Temp/debug files (agent pollution prevention)
|
||||
lint-output.txt
|
||||
report.txt
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue