mirror of
https://github.com/scratchfoundation/scratch-render.git
synced 2025-08-28 22:30:04 -04:00
- Move build outputs into `dist/` - Make build output file names more consistent - Update `playground/index.html` for new output file name - Explicitly specify target => Node output is much smaller - Minor fixes / cleanup in `.gitignore` and `src/index*.js`
17 lines
140 B
Text
17 lines
140 B
Text
# Mac OS
|
|
.DS_Store
|
|
|
|
# NPM
|
|
/node_modules
|
|
npm-*
|
|
|
|
# Testing
|
|
/.nyc_output
|
|
/coverage
|
|
|
|
# IDEA
|
|
/.idea
|
|
|
|
# Build
|
|
/dist
|
|
/playground/scratch-render.js
|