Преглед на файлове

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