summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f08b5c8..90d2536 100644
--- a/.gitignore
+++ b/.gitignore
@@ -59,6 +59,10 @@ poc/bob_state.json
poc/testfile.bin
packages/meshbay-client/ui/
packages/meshbay-client/node_modules/
+# The bundled Python node daemon (PyInstaller output), assembled by
+# packaging/win/build-node-runtime.ps1 and carried into the installer as an
+# electron-builder extraResource. Build artifact, never committed.
+packages/meshbay-client/node-runtime/
# electron-builder's buildResources dir — a real source (app icon), not a
# build artifact, despite living under a path the generic `build/` rule above