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-03-09 08:25:37 +0300
committerisaacs <i@izs.me>2011-03-22 01:55:54 +0300
commit9f1d49bd2feb48e133db32072e89f17f98c05482 (patch)
tree865e71d46839117418bbce75b19fb71cfa063abf /.gitignore
parent383ad2e8dea2c9422c3c856f3d156d45dfa9e8c4 (diff)
don't need .npmignore if there's a .gitignore (soon)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 7e68c4755..80fd75dbd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
+*.swp
test/bin
test/output.log
test/packages/*/node_modules
test/packages/npm-test-depends-on-spark/which-spark.log
-test/root
-*.swp
+test/packages/test-package/random-data.txt
+test/root \ No newline at end of file