mirror of
https://github.com/github/gitignore
synced 2024-11-22 19:54:22 +01:00
Add leading slashes
This commit is contained in:
parent
7794d39d2f
commit
cc716260e1
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user