mirror of
https://github.com/github/gitignore
synced 2024-11-26 05:34:21 +01:00
d6cfcd686c
See e7b7b0f366
20 lines
243 B
Plaintext
20 lines
243 B
Plaintext
# Bootstrap
|
|
app/bootstrap.php.cache
|
|
|
|
# Symfony directories
|
|
vendor/*
|
|
*/logs/*
|
|
*/cache/*
|
|
web/uploads/*
|
|
web/bundles/*
|
|
|
|
# Configuration files
|
|
app/config/parameters.ini
|
|
app/config/parameters.yml
|
|
|
|
# PHPUnit
|
|
app/phpunit.xml
|
|
|
|
# Composer
|
|
composer.phar
|