1
0
mirror of https://github.com/github/gitignore synced 2024-11-22 19:54:22 +01:00

Add leading slashes

This commit is contained in:
Nic Wortel 2014-05-28 11:57:41 +02:00
parent 7794d39d2f
commit cc716260e1

View File

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