Commit cc716260 authored by Nic Wortel's avatar Nic Wortel

Add leading slashes

parent 7794d39d
# Bootstrap
app/bootstrap.php.cache
/app/bootstrap.php.cache
# Symfony directories
bin/*
vendor/*
*/logs/*
*/cache/*
web/uploads/*
web/bundles/*
/bin/
/vendor/
/app/logs/*
/app/cache/*
/web/uploads/
/web/bundles/
# Configuration files
app/config/parameters.ini
app/config/parameters.yml
/app/config/parameters.ini
/app/config/parameters.yml
# PHPUnit
app/phpunit.xml
/app/phpunit.xml
# Composer
composer.phar
/composer.phar
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment