mirror of
https://github.com/scratchfoundation/scratch-render.git
synced 2025-05-17 17:00:39 -04:00
Publish specific files and folders to NPM
Users of `scratch-render` do not need the `playground` directory installed as a npm package. If they need those directories they can clone scratch-render and do a local build. This saves downloading 3.5MB (`playground`) when `npm install`ing `scratch-render`.
This commit is contained in:
parent
6cff0f984f
commit
9d84dfdd0e
1 changed files with 16 additions and 0 deletions
16
.npmignore
16
.npmignore
|
@ -0,0 +1,16 @@
|
|||
# Development files
|
||||
.eslintrc.js
|
||||
/.editorconfig
|
||||
/.eslintignore
|
||||
/.gitattributes
|
||||
/.github
|
||||
/.jsdoc.json
|
||||
/.travis.yml
|
||||
/test
|
||||
/webpack.config.js
|
||||
|
||||
# Build created files
|
||||
/playground
|
||||
|
||||
# Exclude already built packages from testing with npm pack
|
||||
/scratch-render-*.{tar,tgz}
|
Loading…
Add table
Add a link
Reference in a new issue