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-16 17:32:02 +08:00
committed by Xubin Ren
parent 5573a9d78e
commit 4262375c19
+1
View File
@@ -99,3 +99,4 @@ temp/
*.tmp
exp/
.playwright-mcp/
bridge/node_modules/