Improved CodeIgniter .gitignore to support an system directory in a different location to the default install. Fixed database.php ignore rule. The application directory can be moved to any location and the ignore will still operate

This commit is contained in:
Ollie Rattue 2010-11-10 06:53:35 +08:00 committed by Chris Wanstrath
parent b85d557935
commit 1aa8f64345
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
config/database.php
system/logs/log-*.php
system/cache/*
systen/cache/!index.html
*/config/database.php
*/system/logs/log-*.php
*/system/cache/*
*/systen/cache/!index.html