From: anaxamaxan Date: Thu, 12 May 2011 05:56:28 +0000 (-0700) Subject: Changes to support CodeIgniter (Reactor) 2.0 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F151%2Fhead;p=gitignore.git Changes to support CodeIgniter (Reactor) 2.0 Environment support eliminates the need to ignore database.php. Instead, ignore the entire development dir. Logs and cache are now in application folder instead of system. --- diff --git a/CodeIgniter.gitignore b/CodeIgniter.gitignore index e90eb114..e84c6417 100644 --- a/CodeIgniter.gitignore +++ b/CodeIgniter.gitignore @@ -1,4 +1,5 @@ -*/config/database.php -*/system/logs/log-*.php -*/system/cache/* -*/system/cache/!index.html +*/config/development +*/logs/log-*.php +*/logs/!index.html +*/cache/* +*/cache/!index.html