From 3dae63bbb2a7b311cfe8af3cef70f74ed2e9e247 Mon Sep 17 00:00:00 2001 From: William Marquardt Date: Fri, 27 May 2016 15:46:19 -0300 Subject: [PATCH 1/2] Codeigniter 3 support --- CodeIgniter.gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CodeIgniter.gitignore b/CodeIgniter.gitignore index 0f77d9e1..5bff2a47 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 From f51de615ea121b0f348e95865bcd713b83213d0e Mon Sep 17 00:00:00 2001 From: William Marquardt Date: Fri, 3 Jun 2016 20:58:13 -0300 Subject: [PATCH 2/2] Update CodeIgniter.gitignore --- CodeIgniter.gitignore | 5 +---- 1 file changed, 1 insertion(+), 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/