diff --git a/CodeIgniter.gitignore b/CodeIgniter.gitignore index 0f77d9e1d175c90e6048385f689e35830506bc23..5bff2a4723b1c57f113dce97d83ec22b2d4aae5f 100644 --- a/CodeIgniter.gitignore +++ b/CodeIgniter.gitignore @@ -4,3 +4,12 @@ */cache/* !*/cache/index.html !*/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