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 90d2536..e1cbdf2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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