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
parent3cd351709c0d1bd9455c354efe101b4fc9d11abf (diff)
Ignore 'make doc' files from git, but not npm
-rw-r--r--.gitignore2
-rw-r--r--.npmignore10
2 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index d28e5585e..53ea543bf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,5 @@ test/root
node_modules/ronn
node_modules/.bin
npm-debug.log
+html/doc/*.html
+man1/*.1
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