Преглед на файлове

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.

anaxamaxan преди 14 години
родител
ревизия
a6ba7878bf
променени са 1 файла, в които са добавени 5 реда и са изтрити 4 реда
  1. 5 4
      CodeIgniter.gitignore

+ 5 - 4
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