mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
18 lines
208 B
Text
18 lines
208 B
Text
# Mac OS
|
|
.DS_Store
|
|
|
|
# NPM
|
|
/node_modules
|
|
npm-*
|
|
|
|
# Testing
|
|
/.nyc_output
|
|
/coverage
|
|
/dist.js
|
|
/vm.js
|
|
/vm.min.js
|
|
/playground/assets
|
|
/playground/media
|
|
/playground/vendor.js
|
|
/playground/vm.js
|
|
/playground/zenburn.css
|