Skip to content
Browse files

Fixed CodeIgniter.gitignore

  • Loading branch information...
1 parent 77e2983 commit 82ed46d1a538f578d57a495c84dd9b600d6a58ca @usagizmo usagizmo committed
Showing with 3 additions and 3 deletions.
  1. +3 −3 CodeIgniter.gitignore
View
6 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

Please sign in to comment.
Something went wrong with that request. Please try again.