mirror of
https://github.com/github/gitignore
synced 2024-11-01 01:28:44 +01:00
a6ba7878bf
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.
6 lines
87 B
Plaintext
6 lines
87 B
Plaintext
*/config/development
|
|
*/logs/log-*.php
|
|
*/logs/!index.html
|
|
*/cache/*
|
|
*/cache/!index.html
|