]> source.dussan.org Git - gitignore.git/commitdiff
Add leading slashes
authorNic Wortel <nic@odmedia.nl>
Wed, 28 May 2014 09:57:41 +0000 (11:57 +0200)
committerNic Wortel <nic@odmedia.nl>
Wed, 28 May 2014 09:57:41 +0000 (11:57 +0200)
Symfony2.gitignore

index 978d092008d0b9b3bb304ea29faaedb43d75fcee..45473dbbe02cb2f2100c2adc0b7a934abfa28e18 100644 (file)
@@ -1,20 +1,20 @@
 # 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