gitignore/Symfony2.gitignore

21 lines
249 B
Plaintext
Raw Normal View History

# Bootstrap
app/bootstrap.php.cache
# Symfony directories
2014-05-28 11:53:46 +02:00
bin/*
vendor/*
*/logs/*
*/cache/*
web/uploads/*
web/bundles/*
# Configuration files
app/config/parameters.ini
app/config/parameters.yml
# PHPUnit
app/phpunit.xml
# Composer
composer.phar