diff options
-rw-r--r-- | CodeIgniter.gitignore | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/CodeIgniter.gitignore b/CodeIgniter.gitignore index 5bff2a47..2d340736 100644 --- a/CodeIgniter.gitignore +++ b/CodeIgniter.gitignore @@ -6,10 +6,7 @@ !*/cache/.htaccess #codeigniter 3 -application/cache/* -!application/cache/index.html -!application/cache/.htaccess application/logs/* !application/logs/index.html !application/logs/.htaccess -/vendor/
\ No newline at end of file +/vendor/ |