Rename Symfony2.gitignore to Symfony.gitignore

The old Symfony.gitignore has been removed (a383e55) as Symfony 1 is no longer
supported.
This commit is contained in:
Nic Wortel
2014-09-01 10:42:47 +02:00
parent f1058e8a1f
commit 5e34ab0bc2

24
Symfony.gitignore Normal file
View File

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