mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
18 lines
140 B
Text
18 lines
140 B
Text
# Mac OS
|
|
.DS_Store
|
|
|
|
# NPM
|
|
package-lock.json
|
|
/node_modules
|
|
npm-*
|
|
|
|
# Testing
|
|
/.nyc_output
|
|
/coverage
|
|
|
|
# IDEA
|
|
/.idea
|
|
|
|
# Build
|
|
/dist
|
|
/playground
|