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>2012-06-26 22:16:45 +0400
committerisaacs <i@izs.me>2012-06-26 22:20:41 +0400
commit14f14d199a7d6a9ae064d8961633e749694384e1 (patch)
treed8c6676c5ff3be4d1f8ecf201d10ad0b2d57797a /.npmignore
parent3cc603c79b3090f32ee18e0efa5c13361f69026e (diff)
Ignore stuff better
Diffstat (limited to '.npmignore')
-rw-r--r--.npmignore22
1 files changed, 11 insertions, 11 deletions
diff --git a/.npmignore b/.npmignore
index 94dc33f00..b1d9066bd 100644
--- a/.npmignore
+++ b/.npmignore
@@ -1,16 +1,16 @@
*.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
-./npmrc
-.gitignore
-release/
+/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/tap
+/node_modules/.bin
+/npmrc
+/release/
# don't need these in the npm package.
html/*.png