From c9559e03daec8a86cec7e003c085c8dcaa88cd2d Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Thu, 23 Feb 2012 21:35:17 -0800 Subject: [PATCH] ignore coverage.html --- .gitignore | 1 + .npmignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index abab4d63..d6b456b6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +coverage.html .DS_Store lib-cov *.seed diff --git a/.npmignore b/.npmignore index 74bd365b..98d8e485 100644 --- a/.npmignore +++ b/.npmignore @@ -5,3 +5,4 @@ support/ test/ testing.js .DS_Store +coverage.html