From f00812bcd3ccf0b1c8b0263f23238d5334b72b57 Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Wed, 21 Jan 2009 09:57:16 -0500 Subject: [PATCH] Revert "We should hide .php files in config dir, not .local.php". H4 apps will have default configurations in the .php files to work out of the box (see content/config/routes.php, for instance) and use .local.php for overrides. This reverts commit d9cb2946726df65399d46f1c44b66f02a98ae0f3. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f511952d1..f53907e55 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -*/config/*.php +*/config/*.local.php .DS_Store libs .cache -- 2.11.0