From: mastacheata Date: Fri, 13 Jul 2012 14:52:09 +0000 (+0300) Subject: Add Exception for htaccess file denying access to the cache folder X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=329376b2efe8dce85a8535102ee94cd8023961de;p=gitignore.git Add Exception for htaccess file denying access to the cache folder --- diff --git a/CodeIgniter.gitignore b/CodeIgniter.gitignore index e84c6417..ca0e37ee 100644 --- a/CodeIgniter.gitignore +++ b/CodeIgniter.gitignore @@ -3,3 +3,4 @@ */logs/!index.html */cache/* */cache/!index.html +*/cache/!.htaccess \ No newline at end of file