Add php_sessions to .gitignore

This commit is contained in:
slawkens 2022-01-14 19:41:11 +01:00
parent 8bca099037
commit 091828e8f1

8
.gitignore vendored
View File

@ -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