scratch-gui/.gitignore
Ron de las Alas c9830328bd ci: add main workflow
- 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
2023-11-13 18:13:49 -05:00

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