Merge pull request #1091 from nicwortel/update-symfony2

Update .gitignore for Symfony2
This commit is contained in:
Carl Suster 2014-05-28 20:26:02 +10:00
commit 256e9648ba
1 changed files with 19 additions and 14 deletions

View File

@ -1,19 +1,24 @@
# Bootstrap
app/bootstrap*
# Cache and logs
/app/cache/*
/app/logs/*
!app/cache/.gitkeep
!app/logs/.gitkeep
# Symfony directories
vendor/*
*/logs/*
*/cache/*
web/uploads/*
web/bundles/*
# Parameters
/app/config/parameters.yml
/app/config/parameters.ini
# Configuration files
app/config/parameters.ini
app/config/parameters.yml
# Managed by Composer
/app/bootstrap.php.cache
/bin/
/vendor/
# Assets and user uploads
/web/bundles/
/web/uploads/
# PHPUnit
app/phpunit.xml
/app/phpunit.xml
# Composer
composer.phar
# Composer PHAR
/composer.phar