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:
-rw-r--r--.gitignore1
-rw-r--r--.npmignore2
2 files changed, 3 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/
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