Skip to content

Commit cc71626

Browse files
author
Nic Wortel
committed
Add leading slashes
1 parent 7794d39 commit cc71626

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Symfony2.gitignore

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# Bootstrap
2-
app/bootstrap.php.cache
2+
/app/bootstrap.php.cache
33

44
# Symfony directories
5-
bin/*
6-
vendor/*
7-
*/logs/*
8-
*/cache/*
9-
web/uploads/*
10-
web/bundles/*
5+
/bin/
6+
/vendor/
7+
/app/logs/*
8+
/app/cache/*
9+
/web/uploads/
10+
/web/bundles/
1111

1212
# Configuration files
13-
app/config/parameters.ini
14-
app/config/parameters.yml
13+
/app/config/parameters.ini
14+
/app/config/parameters.yml
1515

1616
# PHPUnit
17-
app/phpunit.xml
17+
/app/phpunit.xml
1818

1919
# Composer
20-
composer.phar
20+
/composer.phar

0 commit comments

Comments
 (0)