Skip to content

Commit d19a70e

Browse files
committed
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.
1 parent 4b6bf65 commit d19a70e

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)