Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMyles Borins <mborins@us.ibm.com>2016-05-27 18:19:47 +0300
committerKat Marchán <kzm@sykosomatic.org>2016-05-28 03:24:20 +0300
commitf96aea085be981cdb59bd09f16da40717426f981 (patch)
tree52eec5cf378db66e25cfa740d86fddf32eea101e /.npmignore
parentc4c4b0d69120759f7ac9366aeed1422f5d3d5d32 (diff)
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
Diffstat (limited to '.npmignore')
-rw-r--r--.npmignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.npmignore b/.npmignore
index 6f97b5dc0..93398c04a 100644
--- a/.npmignore
+++ b/.npmignore
@@ -28,3 +28,5 @@ html/*.png
*.pyc
/test/tap/builtin-config
+
+.nyc_output