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--.npmignore1
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a303e7acb..7e847218b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,5 +2,6 @@ test/bin
test/output.log
test/packages/*/node_modules
test/packages/test-package/random-data.txt
+test/packages/depends-on-spark/which-spark.log
test/root
*.swp
diff --git a/.npmignore b/.npmignore
index 79e735bf5..c729ebe40 100644
--- a/.npmignore
+++ b/.npmignore
@@ -1,4 +1,5 @@
test/packages/test-package/random-data.txt
+test/packages/depends-on-spark/which-spark.log
test/packages/*/node_modules
test/output.log
test/root