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:
authorRebecca Turner <me@re-becca.org>2018-04-03 04:30:18 +0300
committerRebecca Turner <me@re-becca.org>2018-04-10 04:50:22 +0300
commitec6b120995c9c1d17ff84bf0217ba5741365af2d (patch)
tree6e773e9cb622275009a952807396fb604e578034 /.npmignore
parent685764308e05ff0ddb9943b22ca77b3a56d5c026 (diff)
npmignore: Exclude all tests from distribution
Diffstat (limited to '.npmignore')
-rw-r--r--.npmignore11
1 files changed, 1 insertions, 10 deletions
diff --git a/.npmignore b/.npmignore
index 8aa0c3e0a..6b9f1ecef 100644
--- a/.npmignore
+++ b/.npmignore
@@ -1,13 +1,7 @@
*.swp
.*.swp
npm-debug.log
-/test/bin
-/test/output.log
-/test/packages/*/node_modules
-/test/packages/npm-test-depends-on-spark/which-spark.log
-/test/packages/test-package/random-data.txt
-/test/root
-/test/npm_cache
+/test
node_modules/marked
node_modules/ronn
node_modules/tap
@@ -27,8 +21,5 @@ html/*.png
*.pyc
-/test/tap/builtin-config
.nyc_output
-
-npm-shrinkwrap.json \ No newline at end of file