소스 검색

Codeigniter 3 support

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/