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--.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 81ceac4d4..4562082d3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,6 @@
*.swp
npm-debug.log
-.nyc_output/
+/.nyc_output
/test/output.log
/test/*/*/node_modules
/test/packages/npm-test-depends-on-spark/which-spark.log
@@ -25,3 +25,5 @@ npm-debug.log
/node_modules/.cache
.DS_Store
**/.DS_Store
+/coverage
+/*.tgz