diff --git a/.gitignore b/.gitignore index f4f0ae30..3d9b6ccb 100644 --- a/.gitignore +++ b/.gitignore @@ -31,10 +31,6 @@ system/cache/* !system/cache/signatures/index.html !system/cache/plugins/index.html -# php sessions -system/php_sessions/* -!system/cache/index.html - # logs system/logs/* !system/logs/index.html @@ -43,6 +39,10 @@ system/logs/* system/data/* !system/data/index.html +# php sessions +system/php_sessions/* +!system/php_sessions/index.html + # plugins plugins/* !plugins/.htaccess