From ac82fd7943adc1264961f634614b551d797bc3df Mon Sep 17 00:00:00 2001 From: Stefan Brannfjell Date: Sun, 2 Feb 2014 16:39:54 +0100 Subject: [PATCH] update gitignore to add cache dir --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3b09b44..a46c6ab 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -*.cache.php \ No newline at end of file +*.cache.php +engine/cache/* \ No newline at end of file