From f96aea085be981cdb59bd09f16da40717426f981 Mon Sep 17 00:00:00 2001 From: Myles Borins Date: Fri, 27 May 2016 11:19:47 -0400 Subject: npmignore: ignore .nyc_output This will help avoid an accidental publish or commit filled with code coverage data Fixes: https://github.com/npm/npm/issues/12873 Credit: @TheAlphaNerd PR-URL: https://github.com/npm/npm/pull/12878 Reviewed-By: @zkat --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 2f21cf4ef..19327587c 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ npm-debug.log *.pyc .jshintrc .eslintrc +.nyc_output # dev dependencies /node_modules/deep-equal/ -- cgit v1.2.3