17 lines
263 B
Plaintext
17 lines
263 B
Plaintext
# Development files
|
|
.eslintrc.js
|
|
/.editorconfig
|
|
/.eslintignore
|
|
/.gitattributes
|
|
/.github
|
|
/.jsdoc.json
|
|
/.travis.yml
|
|
/test
|
|
/webpack.config.js
|
|
|
|
# Build created files
|
|
/playground
|
|
|
|
# Exclude already built packages from testing with npm pack
|
|
/scratch-render-*.{tar,tgz}
|