gitignore/Symfony2.gitignore

21 lines
260 B
Plaintext
Raw Normal View History

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