浏览代码

Add leading slashes

Nic Wortel 11 年之前
父节点
当前提交
cc716260e1
共有 1 个文件被更改,包括 11 次插入11 次删除
  1. 11 11
      Symfony2.gitignore

+ 11 - 11
Symfony2.gitignore

@@ -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