gitignore/Symfony2.gitignore

23 lines
299 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/*
2014-05-28 11:58:44 +02:00
!app/cache/.gitkeep
!app/logs/.gitkeep
2014-05-28 11:57:41 +02:00
/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