Преглед изворни кода

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…
Откажи
Сачувај