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 /.gitignore
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 '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
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/