chore: ignore bridge/node_modules

The .gitignore already excludes desktop/ and webui/ node_modules but
not the bridge's. Add bridge/node_modules/ so the compiled bridge deps
are never accidentally committed.
This commit is contained in:
comadreja 2026-06-15 10:19:20 -05:00 committed by Xubin Ren
parent 5573a9d78e
commit 4262375c19

1
.gitignore vendored
View File

@ -99,3 +99,4 @@ temp/
*.tmp
exp/
.playwright-mcp/
bridge/node_modules/