gitignore/Symfony2.gitignore
Michael C. 9cc0913f6e Update the Symfony2 to ignore composer
Also ignore the new doctrine bin folder
2012-08-24 01:42:25 +02:00

17 lines
225 B
Plaintext

# Bootstrap
app/bootstrap*
# Symfony directories
*/logs/*
*/cache/*
web/uploads/*
web/bundles/*
# Configuration files
app/config/parameters.ini
app/config/parameters.yml
# Composer dependencies
vendor/*
composer.phar
bin/*