diff options
Diffstat (limited to 'CodeIgniter.gitignore')
-rw-r--r-- | CodeIgniter.gitignore | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CodeIgniter.gitignore b/CodeIgniter.gitignore index 846b8c54..0f77d9e1 100644 --- a/CodeIgniter.gitignore +++ b/CodeIgniter.gitignore @@ -1,6 +1,6 @@ */config/development */logs/log-*.php -*/logs/!index.html +!*/logs/index.html */cache/* -*/cache/!index.html -*/cache/!.htaccess +!*/cache/index.html +!*/cache/.htaccess |