Browse Source

Codeigniter 3 support

William Marquardt 9 years ago
parent
commit
3dae63bbb2
1 changed files with 9 additions and 0 deletions
  1. 9 0
      CodeIgniter.gitignore

+ 9 - 0
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/