浏览代码

Reorder entries

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

+ 12 - 8
Symfony2.gitignore

@@ -1,19 +1,23 @@
 # Bootstrap
 /app/bootstrap.php.cache
 
-# Symfony directories
-/bin/
-/vendor/
-/app/logs/*
+# Cache and logs
 /app/cache/*
+/app/logs/*
 !app/cache/.gitkeep
 !app/logs/.gitkeep
-/web/uploads/
-/web/bundles/
 
-# Configuration files
-/app/config/parameters.ini
+# Parameters
 /app/config/parameters.yml
+/app/config/parameters.ini
+
+# Dependencies
+/bin/
+/vendor/
+
+# Assets
+/web/bundles/
+/web/uploads/
 
 # PHPUnit
 /app/phpunit.xml