mirror of
https://github.com/vale981/gitignore
synced 2025-03-05 09:51:42 -05:00

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.
5 lines
87 B
Text
5 lines
87 B
Text
*/config/development
|
|
*/logs/log-*.php
|
|
*/logs/!index.html
|
|
*/cache/*
|
|
*/cache/!index.html
|