1# Bootstrap 2app/bootstrap* 3 4# Symfony directories 5vendor/* 6*/logs/* 7*/cache/* 8web/uploads/* 9web/bundles/* 10 11# Configuration files 12app/config/parameters.ini 13app/config/parameters.yml 14 15# PHPUnit 16app/phpunit.xml 17 18# Composer 19composer.phar 20