From 24513be7b8f9370a0bb6707a21b8c7ada0b57a98 Mon Sep 17 00:00:00 2001 From: Matthew Amato Date: Wed, 28 Jun 2017 08:34:42 -0400 Subject: [PATCH] Clean up .gitignore and .npmignore There were some outdated and missing entries. --- .gitignore | 2 -- .npmignore | 6 +++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index f7e2d78..53cace9 100644 --- a/.gitignore +++ b/.gitignore @@ -10,7 +10,5 @@ npm-debug.log .eslintcache coverage doc -output -test *.tgz .nyc_output diff --git a/.npmignore b/.npmignore index 8d9d85c..ae3d01d 100644 --- a/.npmignore +++ b/.npmignore @@ -1,12 +1,12 @@ /.idea /coverage /doc -/output /specs -/test -/output .editorconfig +.eslintcache +.eslintignore .eslintrc.json +.nyc_output .npmignore .travis.yml gulpfile.js