From ef89aa5918bdc9bbea68b718874abce81386783e Mon Sep 17 00:00:00 2001 From: Suneil Nyamathi Date: Tue, 13 Jun 2017 14:34:12 -0700 Subject: [PATCH] Ignore files --- .gitignore | 1 + .npmignore | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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