6f71f8c2d6
Checks in `.mcp.json` so the Playwright MCP server is available to all contributors out of the box, and ignores `.playwright-mcp/` where the server stashes per-session snapshots and console logs. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
32 lines
269 B
Plaintext
32 lines
269 B
Plaintext
## .NET
|
|
bin/
|
|
obj/
|
|
*.user
|
|
*.suo
|
|
*.cache
|
|
|
|
## Node
|
|
node_modules/
|
|
build/
|
|
.svelte-kit/
|
|
|
|
## Playwright
|
|
playwright-report/
|
|
test-results/
|
|
.playwright-mcp/
|
|
|
|
## Claude Code (local agent state)
|
|
.claude/
|
|
|
|
## Environment
|
|
.env
|
|
|
|
## IDE
|
|
.vs/
|
|
.vscode/
|
|
.idea/
|
|
|
|
## OS
|
|
Thumbs.db
|
|
.DS_Store
|