mirror of
https://github.com/scratchfoundation/scratch-render.git
synced 2024-11-14 19:35:05 -05:00
9d84dfdd0e
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`.
16 lines
263 B
Text
16 lines
263 B
Text
# 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}
|