mirror of
https://github.com/scratchfoundation/scratch-gui.git
synced 2024-11-25 16:26:20 +08:00
c9830328bd
- add setup - cache dependencies and dependency outputs - add build job - add unit test job - add integration test job - add npm deploy - add gh pages deploy
29 lines
277 B
Plaintext
29 lines
277 B
Plaintext
# Mac OS
|
|
.DS_Store
|
|
|
|
# NPM
|
|
/node_modules
|
|
npm-*
|
|
|
|
# Testing
|
|
/.nyc_output
|
|
/coverage
|
|
|
|
# Build
|
|
/build
|
|
/dist
|
|
/.opt-in
|
|
|
|
# Generated translation files
|
|
/translations
|
|
/locale
|
|
|
|
# Other generated source
|
|
/src/generated
|
|
|
|
# Downloaded during "npm install"
|
|
/static/microbit
|
|
|
|
# for act
|
|
.secrets
|