diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -67,6 +67,9 @@ packages/meshbay-client/node-runtime/ # directories.output) -- the bare `dist/` rule above does not match this # different name, so it needs its own line. packages/meshbay-client/dist-light/ +# build-win-msix.ps1's own output dir (electron-builder.msix.yml +# directories.output) -- same reasoning as dist-light/ above. +packages/meshbay-client/dist-msix/ # electron-builder's buildResources dir — a real source (app icon), not a # build artifact, despite living under a path the generic `build/` rule above |