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