浏览代码

the current version of Cakephp (2.x) renamed the config folder to Config. adding core to the list of files to ignore as this contains security salts.

Andy Dawson 13 年之前
父节点
当前提交
d19a70e2c8
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. 4 2
      CakePHP.gitignore

+ 4 - 2
CakePHP.gitignore

@@ -1,5 +1,7 @@
 tmp/*
-config/database.php
+Config/core.php
+Config/database.php
 app/tmp/*
-app/config/database.php
+app/Config/core.php
+app/Config/database.php
 !empty