Skip to content

Commit 9f41394

Browse files
author
Coby Chapple
committed
Merge pull request #339 from AD7six/patch-1
the current version of Cakephp (2.x) renamed the config folder to Config
2 parents 4b6bf65 + d19a70e commit 9f41394

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CakePHP.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
tmp/*
2-
config/database.php
2+
Config/core.php
3+
Config/database.php
34
app/tmp/*
4-
app/config/database.php
5+
app/Config/core.php
6+
app/Config/database.php
57
!empty

0 commit comments

Comments
 (0)