Update the Symfony2 to ignore composer

Also ignore the new doctrine bin folder
This commit is contained in:
Michael C. 2012-08-24 01:42:25 +02:00
parent c160ad912a
commit 9cc0913f6e

View File

@ -2,7 +2,6 @@
app/bootstrap* app/bootstrap*
# Symfony directories # Symfony directories
vendor/*
*/logs/* */logs/*
*/cache/* */cache/*
web/uploads/* web/uploads/*
@ -11,3 +10,8 @@ web/bundles/*
# Configuration files # Configuration files
app/config/parameters.ini app/config/parameters.ini
app/config/parameters.yml app/config/parameters.yml
# Composer dependencies
vendor/*
composer.phar
bin/*