mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 06:23:37 -05:00
755cdd98e5
We have thought about moving to use package-lock.json the way NPM suggests, and at the same time have begun having issues with Travis caches. To address both at the same time, remove the cache from Travis, and make up the time by moving to package-lock.json + npm ci for install.
22 lines
174 B
Text
22 lines
174 B
Text
# Mac OS
|
|
.DS_Store
|
|
|
|
# NPM
|
|
/node_modules
|
|
npm-*
|
|
|
|
# Testing
|
|
/.nyc_output
|
|
/coverage
|
|
|
|
# Editor
|
|
/.idea
|
|
/.vscode
|
|
|
|
# Build
|
|
/dist
|
|
/playground
|
|
/benchmark
|
|
|
|
# Localization
|
|
/translations
|