From 4262375c19609f78b8d441b6b0120565cdcd8dcd Mon Sep 17 00:00:00 2001 From: comadreja Date: Mon, 15 Jun 2026 10:19:20 -0500 Subject: [PATCH] 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 19b129a2..169c09d5 100644 --- a/.gitignore +++ b/.gitignore @@ -99,3 +99,4 @@ temp/ *.tmp exp/ .playwright-mcp/ +bridge/node_modules/