chore: ignore .playwright-mcp browser-automation artifacts

Page snapshots, console logs, and downloaded files from browser-automation
sessions were landing in the repo (they reached a PR once). Ignore them so
they cannot be committed again.
This commit is contained in:
2026-07-13 02:03:26 -07:00
parent bf65b988b4
commit ef9bf26efd
+3
View File
@@ -61,3 +61,6 @@ tests/*
favicon.png favicon.png
.claude/* .claude/*
!stats/public/favicon.png !stats/public/favicon.png
# Browser-automation session artifacts (page snapshots, console logs, downloads)
.playwright-mcp/