2011-07-24 12:07:02 +02:00
|
|
|
# Bootstrap
|
2014-05-28 11:57:41 +02:00
|
|
|
/app/bootstrap.php.cache
|
2011-07-24 12:07:02 +02:00
|
|
|
|
|
|
|
# Symfony directories
|
2014-05-28 11:57:41 +02:00
|
|
|
/bin/
|
|
|
|
/vendor/
|
|
|
|
/app/logs/*
|
|
|
|
/app/cache/*
|
|
|
|
/web/uploads/
|
|
|
|
/web/bundles/
|
2011-07-24 12:07:02 +02:00
|
|
|
|
|
|
|
# Configuration files
|
2014-05-28 11:57:41 +02:00
|
|
|
/app/config/parameters.ini
|
|
|
|
/app/config/parameters.yml
|
2012-05-22 10:50:51 +02:00
|
|
|
|
2014-05-20 15:51:47 +02:00
|
|
|
# PHPUnit
|
2014-05-28 11:57:41 +02:00
|
|
|
/app/phpunit.xml
|
2014-05-20 15:51:47 +02:00
|
|
|
|
2012-05-22 10:50:51 +02:00
|
|
|
# Composer
|
2014-05-28 11:57:41 +02:00
|
|
|
/composer.phar
|