William Marquardt пре 9 година
родитељ
комит
3dae63bbb2
1 измењених фајлова са 9 додато и 0 уклоњено
  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/