mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-11-14 19:35:09 -05:00
19 lines
281 B
Text
19 lines
281 B
Text
# Development files
|
|
.eslintrc.js
|
|
/.editorconfig
|
|
/.eslintignore
|
|
/.gitattributes
|
|
/.github
|
|
/.travis.yml
|
|
/.tx
|
|
/test
|
|
|
|
# Build created files
|
|
/playground
|
|
|
|
# Coverage created files
|
|
/.nyc_output
|
|
/coverage
|
|
|
|
# Exclude already built packages from testing with npm pack
|
|
/scratch-vm-*.{tar,tgz}
|