diff --git a/.npmignore b/.npmignore index 84475e42f34732e2d52593d4be9f0a8b558b0dad..2bac54dfe67aa6c267cd3405256262a316017bba 100644 --- a/.npmignore +++ b/.npmignore @@ -1,8 +1,11 @@ -/node_modules -/config.js -/npm-debug.log /coverage /test +node_modules +.DS_Store +.editorconfig .eslintrc.js +.gitattributes +.gitignore circle.yml -.DS_Store +config.js +npm-debug.log