Files
scrabble-game/.gitignore
T
Ilia Denisov 1b7b767576
Tests · Go / test (pull_request) Successful in 7s
Tests · Integration / integration (pull_request) Successful in 11s
Tests · UI / test (pull_request) Successful in 11s
chore: gitignore Playwright MCP scratch output (.playwright-mcp/)
The Playwright MCP writes page snapshots/screenshots into a .playwright-mcp/
directory while inspecting the UI; keep that scratch output out of the tree.
2026-06-03 16:50:36 +02:00

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