diff --git a/.gitignore b/.gitignore index c20b0f3..068b24a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .DS_Store .vscode +coverage node_modules npm-debug.log \ No newline at end of file diff --git a/.npmignore b/.npmignore index 30d74d2..56c7535 100644 --- a/.npmignore +++ b/.npmignore @@ -1 +1,7 @@ -test \ No newline at end of file +test +coverage +webpack.config.js +.eslintrc.json +.gitignore +.npmignore +.travis.yml \ No newline at end of file