mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 09:19:22 +02:00
Add php_sessions to .gitignore
This commit is contained in:
parent
8bca099037
commit
091828e8f1
8
.gitignore
vendored
8
.gitignore
vendored
@ -31,10 +31,6 @@ system/cache/*
|
|||||||
!system/cache/signatures/index.html
|
!system/cache/signatures/index.html
|
||||||
!system/cache/plugins/index.html
|
!system/cache/plugins/index.html
|
||||||
|
|
||||||
# php sessions
|
|
||||||
system/php_sessions/*
|
|
||||||
!system/cache/index.html
|
|
||||||
|
|
||||||
# logs
|
# logs
|
||||||
system/logs/*
|
system/logs/*
|
||||||
!system/logs/index.html
|
!system/logs/index.html
|
||||||
@ -43,6 +39,10 @@ system/logs/*
|
|||||||
system/data/*
|
system/data/*
|
||||||
!system/data/index.html
|
!system/data/index.html
|
||||||
|
|
||||||
|
# php sessions
|
||||||
|
system/php_sessions/*
|
||||||
|
!system/php_sessions/index.html
|
||||||
|
|
||||||
# plugins
|
# plugins
|
||||||
plugins/*
|
plugins/*
|
||||||
!plugins/.htaccess
|
!plugins/.htaccess
|
||||||
|
Loading…
x
Reference in New Issue
Block a user