From c3f4e18f742f660ff0bffe24c9834c52fae9056f Mon Sep 17 00:00:00 2001 From: Jason Dreyzehner Date: Mon, 13 Feb 2017 00:58:23 -0500 Subject: [PATCH] build(ignores): update git and npm ignores --- .gitignore | 2 ++ .npmignore | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 24c2607..8d97f71 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ node_modules build src/**.js + coverage .nyc_output +*.log diff --git a/.npmignore b/.npmignore index 79f0071..ac5db83 100644 --- a/.npmignore +++ b/.npmignore @@ -2,3 +2,7 @@ src tsconfig.json tslint.json .travis.yml + +coverage +.nyc_output +*.log