mirror of
https://github.com/kennethreitz-archive/gitignore.git
synced 2026-06-05 15:20:19 +00: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
|