From: Takafumi Sekine Date: Mon, 27 Apr 2015 10:53:12 +0000 (+0900) Subject: Fixed CodeIgniter.gitignore X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=82ed46d1a538f578d57a495c84dd9b600d6a58ca;p=gitignore.git Fixed CodeIgniter.gitignore --- diff --git a/CodeIgniter.gitignore b/CodeIgniter.gitignore index 846b8c54..0f77d9e1 100644 --- a/CodeIgniter.gitignore +++ b/CodeIgniter.gitignore @@ -1,6 +1,6 @@ */config/development */logs/log-*.php -*/logs/!index.html +!*/logs/index.html */cache/* -*/cache/!index.html -*/cache/!.htaccess +!*/cache/index.html +!*/cache/.htaccess