gitignore/Symfony2.gitignore

23 lines
299 B
Plaintext

# Bootstrap
/app/bootstrap.php.cache
# Symfony directories
/bin/
/vendor/
/app/logs/*
/app/cache/*
!app/cache/.gitkeep
!app/logs/.gitkeep
/web/uploads/
/web/bundles/
# Configuration files
/app/config/parameters.ini
/app/config/parameters.yml
# PHPUnit
/app/phpunit.xml
# Composer
/composer.phar