mirror of
https://github.com/scratchfoundation/scratch-sb1-converter.git
synced 2024-11-21 02:38:14 -05:00
e63d2abffc
- Include playground/*.js in npm deploy - Exclude playground/docs
18 lines
335 B
Text
18 lines
335 B
Text
# Development files
|
|
.eslintrc.js
|
|
/.editorconfig
|
|
/.eslintignore
|
|
/.gitattributes
|
|
/.github
|
|
/.travis.yml
|
|
/test
|
|
|
|
# Exclude build created docs, but allow other playground/* files
|
|
/playground/docs
|
|
|
|
# Coverage created files
|
|
/.nyc_output
|
|
/coverage
|
|
|
|
# Exclude already built packages from testing with npm pack
|
|
/scratch-sb1-converter-*.{tar,tgz}
|