mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Update buildzip.php
This commit is contained in:
parent
3298b135c7
commit
e5faa7a393
|
|
@ -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$/',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user