Skip to content

Commit d4bd64e

Browse files
committed
Merge pull request #151 from anaxamaxan/patch-1
Changes to support CodeIgniter (Reactor) 2.0
2 parents 7b5ee16 + a6ba787 commit d4bd64e

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)