1
0
mirror of https://github.com/github/gitignore synced 2024-05-30 01:08:19 +02:00

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.
This commit is contained in:
anaxamaxan 2011-05-11 22:56:28 -07:00
parent 88320f20dc
commit a6ba7878bf

View File

@ -1,4 +1,5 @@
*/config/database.php */config/development
*/system/logs/log-*.php */logs/log-*.php
*/system/cache/* */logs/!index.html
*/system/cache/!index.html */cache/*
*/cache/!index.html