1
0
mirror of https://github.com/github/gitignore synced 2024-11-29 23:24:21 +01:00

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*
# Symfony directories
vendor/*
*/logs/*
*/cache/*
web/uploads/*
@ -11,3 +10,8 @@ web/bundles/*
# Configuration files
app/config/parameters.ini
app/config/parameters.yml
# Composer dependencies
vendor/*
composer.phar
bin/*