From d9cb2946726df65399d46f1c44b66f02a98ae0f3 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 20 Jan 2009 22:55:47 -0700 Subject: [PATCH] We should hide .php files in config dir, not .local.php --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f53907e55..f511952d1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -*/config/*.local.php +*/config/*.php .DS_Store libs .cache -- 2.11.0