Merge pull request from mzgoddard/npm-files-only

Publish specific files and folders to NPM
This commit is contained in:
Ray Schamp 2018-05-24 09:05:39 -04:00 committed by GitHub
commit a989ee1891
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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}