瀏覽代碼

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.
pull/151/head
anaxamaxan 13 年之前
父節點
當前提交
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

Loading…
取消
儲存