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>2011-09-17 02:32:46 +0400
committerisaacs <i@izs.me>2011-09-17 02:32:54 +0400
commit4660eb2a006b16cd17fa7273faf325dcc83f4e7b (patch)
treeea0f38c4258f00b43577fb215f2ff97704c439fe /.npmignore
parent3cd351709c0d1bd9455c354efe101b4fc9d11abf (diff)
Ignore 'make doc' files from git, but not npm
Diffstat (limited to '.npmignore')
-rw-r--r--.npmignore10
1 files changed, 10 insertions, 0 deletions
diff --git a/.npmignore b/.npmignore
new file mode 100644
index 000000000..d28e5585e
--- /dev/null
+++ b/.npmignore
@@ -0,0 +1,10 @@
+*.swp
+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
+node_modules/ronn
+node_modules/.bin
+npm-debug.log