diff --git a/.gitignore b/.gitignore index 88904c647..4b71ec3c6 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ node_modules .nyc_output/ npm-debug.log coverage/ -_site \ No newline at end of file +_site +*.tgz diff --git a/.npmignore b/.npmignore index 914c560af..0c612a349 100644 --- a/.npmignore +++ b/.npmignore @@ -2,9 +2,10 @@ .github .hubot_history bin/e2e-test.sh -test +test/**/* +!test/**/MockAdapter.mjs docs examples script www -_site \ No newline at end of file +_site