Clean up npm package some (#1449)
This commit is contained in:
parent
a3a1516584
commit
00553b3ec8
1 changed files with 20 additions and 0 deletions
20
.npmignore
Normal file
20
.npmignore
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
# Configuration files
|
||||||
|
.deploy.env
|
||||||
|
.editorconfig
|
||||||
|
.eslintrc.js
|
||||||
|
.gitattributes
|
||||||
|
.gitignore
|
||||||
|
.travis.yml
|
||||||
|
|
||||||
|
# Tests
|
||||||
|
test-utils/
|
||||||
|
tests/
|
||||||
|
|
||||||
|
# Documentation
|
||||||
|
docs/
|
||||||
|
examples/
|
||||||
|
CONTRIBUTING.md
|
||||||
|
|
||||||
|
# Browser stub (use index.js w/ a bundler or mithril.js w/o one instead)
|
||||||
|
module/
|
||||||
|
browser.js
|
||||||
Loading…
Add table
Add a link
Reference in a new issue