Permalink
Browse files
Fixed CodeIgniter.gitignore
- Loading branch information...
Showing
with
3 additions
and
3 deletions.
-
+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
|
0 comments on commit
82ed46d