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