]> source.dussan.org Git - gitignore.git/commitdiff
Changes to support CodeIgniter (Reactor) 2.0 151/head
authoranaxamaxan <max@neptunewebworks.com>
Thu, 12 May 2011 05:56:28 +0000 (22:56 -0700)
committeranaxamaxan <max@neptunewebworks.com>
Thu, 12 May 2011 05:56:28 +0000 (22:56 -0700)
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.

CodeIgniter.gitignore

index e90eb11497e87ae156ef024a1ba7cfa1b762ffbd..e84c64179ce4c7844260dc92c24bd682cc968364 100644 (file)
@@ -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