浏览代码

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