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 /.gitignore
parent3cc603c79b3090f32ee18e0efa5c13361f69026e (diff)
Ignore stuff better
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore29
1 files changed, 15 insertions, 14 deletions
diff --git a/.gitignore b/.gitignore
index 90911e8a6..842fca968 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,16 +1,17 @@
*.swp
-test/bin
-test/output.log
-test/*/*/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
-html/api/*.html
-html/doc/*.html
-man/
-doc/*/index.md
-./npmrc
-release/
+/test/bin
+/test/output.log
+/test/*/*/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
+/html/api/
+/html/doc/
+/man/
+/doc/*/index.md
+/npmrc
+/release/