mirror of
https://github.com/github/gitignore.git
synced 2025-02-23 22:54:53 +08: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*
|
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/*
|
Loading…
Reference in New Issue
Block a user