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.
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
tmp/*
|
tmp/*
|
||||||
config/database.php
|
Config/core.php
|
||||||
|
Config/database.php
|
||||||
app/tmp/*
|
app/tmp/*
|
||||||
app/config/database.php
|
app/Config/core.php
|
||||||
|
app/Config/database.php
|
||||||
!empty
|
!empty
|
Reference in New Issue
Block a user