aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoranaxamaxan <max@neptunewebworks.com>2011-05-11 22:56:28 -0700
committeranaxamaxan <max@neptunewebworks.com>2011-05-11 22:56:28 -0700
commita6ba7878bf2225a836ea30e2b44e701de94afdcd (patch)
tree39724cd730614e19ef75402b94cdcfee28204365
parent88320f20dc859bd759be551f6346ebe44629767d (diff)
downloadgitignore-a6ba7878bf2225a836ea30e2b44e701de94afdcd.tar.gz
gitignore-a6ba7878bf2225a836ea30e2b44e701de94afdcd.zip
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.
-rw-r--r--CodeIgniter.gitignore9
1 files changed, 5 insertions, 4 deletions
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