diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -63,6 +63,10 @@ packages/meshbay-client/node_modules/ # 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/ +# build-win-light.ps1's own output dir (electron-builder.light.yml +# directories.output) -- the bare `dist/` rule above does not match this +# different name, so it needs its own line. +packages/meshbay-client/dist-light/ # electron-builder's buildResources dir — a real source (app icon), not a # build artifact, despite living under a path the generic `build/` rule above |