aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b22c619..52897da 100644
--- a/.gitignore
+++ b/.gitignore
@@ -59,3 +59,9 @@ poc/bob_state.json
poc/testfile.bin
packages/meshbay-client/ui/
packages/meshbay-client/node_modules/
+
+# electron-builder's buildResources dir — a real source (app icon), not a
+# build artifact, despite living under a path the generic `build/` rule above
+# would otherwise swallow.
+!packages/meshbay-client/build/
+!packages/meshbay-client/build/**