mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 06:23:37 -05:00
921ce24195
# Conflicts: # .gitignore
22 lines
181 B
Text
22 lines
181 B
Text
# Mac OS
|
|
.DS_Store
|
|
|
|
# NPM
|
|
package-lock.json
|
|
/node_modules
|
|
npm-*
|
|
|
|
# Testing
|
|
/.nyc_output
|
|
/coverage
|
|
|
|
# IDEA
|
|
/.idea
|
|
|
|
# Build
|
|
/dist
|
|
/playground
|
|
/benchmark
|
|
|
|
# Localization
|
|
/translations
|