21 lines
260 B
Plaintext
21 lines
260 B
Plaintext
# Bootstrap
|
|
/app/bootstrap.php.cache
|
|
|
|
# Symfony directories
|
|
/bin/
|
|
/vendor/
|
|
/app/logs/*
|
|
/app/cache/*
|
|
/web/uploads/
|
|
/web/bundles/
|
|
|
|
# Configuration files
|
|
/app/config/parameters.ini
|
|
/app/config/parameters.yml
|
|
|
|
# PHPUnit
|
|
/app/phpunit.xml
|
|
|
|
# Composer
|
|
/composer.phar
|