Added vendor/.gitignore to ignore composer install files.
authorKyle Spraggs <theman@spiffyjr.me>
Thu, 17 May 2012 15:55:45 +0000 (10:55 -0500)
committerKyle Spraggs <theman@spiffyjr.me>
Thu, 17 May 2012 15:55:45 +0000 (10:55 -0500)
Removed the composer.phar download line from README as this file is now shipped directly.

README.md
vendor/.gitignore [new file with mode: 0644]

index 5ac885c..35c3a87 100644 (file)
--- a/README.md
+++ b/README.md
@@ -16,7 +16,6 @@ and use composer to install dependencies:
     cd my/project/dir
     git clone git://github.com/zendframework/ZendSkeletonApplication.git
     cd ZendSkeletonApplication
-    curl -s http://getcomposer.org/installer | php (windows: download http://getcomposer.org/installer and execute with PHP)
     php composer.phar install
 
 Afterwards, set up a virtual host to point to the public/ directory of the
diff --git a/vendor/.gitignore b/vendor/.gitignore
new file mode 100644 (file)
index 0000000..b44e2de
--- /dev/null
@@ -0,0 +1,4 @@
+.composer
+composer
+autoload.php
+zendframework