mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-03-14 01:09:51 -04:00
Merge pull request #1156 from mzgoddard/npm-files-only
Publish specific files and folders to NPM
This commit is contained in:
commit
a989ee1891
1 changed files with 18 additions and 0 deletions
18
.npmignore
18
.npmignore
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue