1b7b767576
The Playwright MCP writes page snapshots/screenshots into a .playwright-mcp/ directory while inspecting the UI; keep that scratch output out of the tree.
19 lines
343 B
Plaintext
19 lines
343 B
Plaintext
# Build artifacts
|
|
/bin/
|
|
/dist/
|
|
|
|
# Per-developer Claude Code overrides; shared defaults live in settings.json
|
|
.claude/settings.local.json
|
|
|
|
# Editor / OS
|
|
.vscode/
|
|
.idea/
|
|
.DS_Store
|
|
|
|
# Playwright MCP scratch output (snapshots / screenshots written during inspection)
|
|
.playwright-mcp/
|
|
|
|
# Local, unstaged env overrides
|
|
**/.env.local
|
|
**/.env.*.local
|