diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -65,3 +65,7 @@ packages/meshbay-client/node_modules/ # would otherwise swallow. !packages/meshbay-client/build/ !packages/meshbay-client/build/** + +# packaging build scripts — real source, not build output +!packaging/build/ +!packaging/build/** |