build: add .npmignore
to remove unneeded files from npm package
This commit is contained in:
parent
5741d4af6d
commit
f3b695fde5
16
.npmignore
Normal file
16
.npmignore
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# CI service configurations
|
||||||
|
.travis.yml
|
||||||
|
.appveyor.yml
|
||||||
|
appveyor.yml
|
||||||
|
|
||||||
|
# Testing, code coverage, and linting
|
||||||
|
.eslintignore
|
||||||
|
.eslintrc.yml
|
||||||
|
|
||||||
|
# Git
|
||||||
|
.git
|
||||||
|
.gitattributes
|
||||||
|
.gitignore
|
||||||
|
|
||||||
|
# Github
|
||||||
|
.github
|
Loading…
Reference in New Issue
Block a user