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:
parent
c160ad912a
commit
9cc0913f6e
@ -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/*
|
Loading…
Reference in New Issue
Block a user