Skip to content

Commit a6ba787

Browse files
committed
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.
1 parent 88320f2 commit a6ba787

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CodeIgniter.gitignore

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
*/config/database.php
2-
*/system/logs/log-*.php
3-
*/system/cache/*
4-
*/system/cache/!index.html
1+
*/config/development
2+
*/logs/log-*.php
3+
*/logs/!index.html
4+
*/cache/*
5+
*/cache/!index.html

0 commit comments

Comments
 (0)