fix(playwright-mcp): remove committed Playwright artifacts and add .playwright-mcp/ to .gitignore

This commit is contained in:
2026-03-05 11:35:09 +00:00
parent 7148306381
commit 54eaf23298
26 changed files with 10 additions and 330 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-03-05 - 11.0.10 - fix(playwright-mcp)
remove committed Playwright artifacts and add .playwright-mcp/ to .gitignore
- Added .playwright-mcp/ to .gitignore to avoid committing transient Playwright outputs
- Removed many Playwright-generated logs, screenshots and console dumps under .playwright-mcp/ to reduce repository noise/size
- Prevents accidental check-in of large test artifacts generated by Playwright runs
## 2026-03-05 - 11.0.9 - fix(devDependencies)
bump @git.zone/tsbuild devDependency to ^4.1.4