Explorar el Código

Codeigniter 3 support

William Marquardt hace 9 años
padre
commit
3dae63bbb2
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  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/