aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Marquardt <williammqt@gmail.com>2016-05-27 15:46:19 -0300
committerWilliam Marquardt <williammqt@gmail.com>2016-05-27 15:46:19 -0300
commit3dae63bbb2a7b311cfe8af3cef70f74ed2e9e247 (patch)
treec233595a30cb93d396fc22ff677e8434c2b6aeb8
parent8f35779cefbabdca21cfc4cda55abb1290d59fd9 (diff)
downloadgitignore-3dae63bbb2a7b311cfe8af3cef70f74ed2e9e247.tar.gz
gitignore-3dae63bbb2a7b311cfe8af3cef70f74ed2e9e247.zip
Codeigniter 3 support
-rw-r--r--CodeIgniter.gitignore9
1 files changed, 9 insertions, 0 deletions
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