1
0
mirror of https://github.com/github/gitignore synced 2024-05-28 08:20:12 +02:00
gitignore/CodeIgniter.gitignore
anaxamaxan a6ba7878bf 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.
2011-05-11 22:56:28 -07:00

6 lines
87 B
Plaintext

*/config/development
*/logs/log-*.php
*/logs/!index.html
*/cache/*
*/cache/!index.html