mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
6b1d2a8eb6
Now that we don't rely on node_modules, we can update the content base to just `playground` and just look at it from http://localhost:8080/
17 lines
189 B
Text
17 lines
189 B
Text
# Mac OS
|
|
.DS_Store
|
|
|
|
# NPM
|
|
/node_modules
|
|
npm-*
|
|
|
|
# Testing
|
|
/.nyc_output
|
|
/coverage
|
|
/dist.js
|
|
/vm.js
|
|
/vm.min.js
|
|
/playground/media
|
|
/playground/vendor.js
|
|
/playground/vm.js
|
|
/playground/zenburn.css
|