scratch-sb1-converter/.npmignore
Michael "Z" Goddard e63d2abffc
fix: set playground/main.js as main entry point
- Include playground/*.js in npm deploy
- Exclude playground/docs
2018-12-19 20:22:33 -05:00

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}