From afe584c1f069cd95d48b959e27eb3b508a38e981 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Sun, 15 Mar 2015 22:16:11 +0100 Subject: [PATCH] Updated .gitignore file so that log files are ignored. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 284501a6..8b5367d2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ src/config.php -src/logs/* \ No newline at end of file +src/application/logs/* \ No newline at end of file