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:
authorisaacs <i@izs.me>2020-08-01 01:56:55 +0300
committerisaacs <i@izs.me>2020-08-04 11:03:33 +0300
commit05990d919852299b7858d8c899490f1d0118f340 (patch)
treece0563c4a5de9bc38ceb7c4627eee848b92e74e1 /.gitignore
parentf20e3924a4ec3efa5cef99e633b9dec908b1e160 (diff)
ignore coverage and packed cli versions
Diffstat (limited to '.gitignore')
-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