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:
@@ -99,3 +99,4 @@ temp/
|
||||
*.tmp
|
||||
exp/
|
||||
.playwright-mcp/
|
||||
bridge/node_modules/
|
||||
|
||||
Reference in New Issue
Block a user