diff --git a/.gitignore b/.gitignore index 43eda07..1ec7489 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.log *.tgz +.DS_Store .nyc_output artifacts node_modules diff --git a/.npmignore b/.npmignore index 72e1e76..2a5fcec 100644 --- a/.npmignore +++ b/.npmignore @@ -1,8 +1,9 @@ *.log *.tgz .eslintignore -.eslintrc +.eslintrc.yml .npmignore .nyc_output +.travis.yml artifacts tests