mirror of
https://github.com/github/gitignore
synced 2025-07-04 20:38:31 +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:
parent
88320f20dc
commit
a6ba7878bf
1 changed files with 5 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue