gitignore/Symfony2.gitignore
2014-05-28 11:57:41 +02:00

21 lines
260 B
Plaintext

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