Skip to content

Commit d74f3fa

Browse files
committed
chore: update .gitignore to include Playwright MCP output and design reference
- Added .playwright-mcp/ and docs/designs/_ref to .gitignore to exclude Playwright MCP output and design reference files from version control.
1 parent b7c08ef commit d74f3fa

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,10 @@ pnpm-debug.log*
2525

2626
# Brainstorm visual companion
2727
.superpowers/
28+
29+
# Playwright MCP output
30+
.playwright-mcp/
31+
32+
docs/designs/_ref
33+
34+

0 commit comments

Comments
 (0)