Update buildzip.php

This commit is contained in:
Laurent Destailleur 2025-02-19 11:13:32 +01:00 committed by GitHub
parent 3298b135c7
commit e5faa7a393
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,7 @@
/**
* list of files & dirs of your module
*
* @var array
* @var string[]
*/
$listOfModuleContent = [
'admin',
@ -54,7 +54,7 @@ $listOfModuleContent = [
/**
* if you want to exclude some files from your zip
*
* @var array
* @var string[]
*/
$exclude_list = [
'/^.git$/',