From e6eb44d7dd364760c46139d1eb08536b5be21fe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20=C5=81abanowski?= Date: Fri, 2 Mar 2012 23:44:30 +0100 Subject: [PATCH] gitignore revision --- .gitignore | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 02f8d2ff..78e3c38a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,13 +2,16 @@ *.html # instance-config -inc/instance-config.php +/inc/instance-config.php # .installed -.installed +/.installed # script file -main.js +/main.js + +# templates cache +/templates/cache # other stuff .DS_Store?