From 091828e8f1d979825ce6f954692b1548cfabed88 Mon Sep 17 00:00:00 2001 From: slawkens Date: Fri, 14 Jan 2022 19:41:11 +0100 Subject: [PATCH] Add php_sessions to .gitignore --- .gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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