Ignore specific files and folders publishing to NPM

Users of `scratch-vm` do not need `playground` or `test` directories
installed as a npm package. If they need those directories they can
clone scratch-vm and do a local build. This saves downloading 42MB
(`playground`) and 4.4MB (`test`) when `npm install`ing `scratch-vm`.
This commit is contained in:
Michael "Z" Goddard 2018-05-16 15:53:18 -04:00
parent 82fd6f0d2f
commit 5d22365d14
No known key found for this signature in database
GPG key ID: 762CD40DD5349872

View file

@ -1,2 +1,20 @@
# Development files
.eslintrc.js
/.editorconfig
/.eslintignore
/.gitattributes
/.github
/.travis.yml
/.tx
/test
/webpack.config.js
# Build created files
/playground
# Coverage created files
/.nyc_output
/coverage
# Exclude already built packages from testing with npm pack
/scratch-vm-*.{tar,tgz}