Преглед на файлове

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