ソースを参照

Merge pull request #1492 from usagizmo/fix-codeigniter

Fixed CodeIgniter.gitignore
Carl Suster 10 年 前
コミット
7f5c998513
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