diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |