Browse Source

Add leading slashes

Nic Wortel 11 years ago
parent
commit
cc716260e1
1 changed files with 11 additions and 11 deletions
  1. 11 11
      Symfony2.gitignore

+ 11 - 11
Symfony2.gitignore

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