소스 검색

Fixed CodeIgniter.gitignore

Takafumi Sekine 10 년 전
부모
커밋
82ed46d1a5
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      CodeIgniter.gitignore

+ 3 - 3
CodeIgniter.gitignore

@@ -1,6 +1,6 @@
 */config/development
 */logs/log-*.php
-*/logs/!index.html
+!*/logs/index.html
 */cache/*
-*/cache/!index.html
-*/cache/!.htaccess
+!*/cache/index.html
+!*/cache/.htaccess