From cfe85ab642b2d0505a5e99390ca8e3710d53d326 Mon Sep 17 00:00:00 2001 From: Stepan Tanasiychuk Date: Sun, 9 Oct 2011 22:47:43 +0300 Subject: [PATCH] added config/config.local.php to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 93c8ecc9..6b30f0f9 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ /templates/cache/ /templates/compiled/ /logs/ -/tmp/ \ No newline at end of file +/tmp/ +/config/config.local.php