We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16bd85c commit 8271617Copy full SHA for 8271617
1 file changed
buildRelease.php
@@ -68,7 +68,7 @@
68
$zip->addFile($file->path, 'phpbat/' . $cleanfile);
69
$gz->addFile($file->path, 'phpbat/' . $cleanfile);
70
}
71
- }, true, null, array('.git', '.gitignore', '.zip', '.log', '.tar', '.gz', '.enc', '.sql', 'builds/', 'buildRelease.php', 'Configuration.jsonc', 'phpBAT.Debug.php', '.php', '.jsonc'));
+ }, true, null, array('.git', '.gitignore', '.zip', '.log', '.tar', '.gz', '.enc', '.sql', 'builds/', 'buildRelease.php', 'Configuration.jsonc', 'phpBAT.Debug.php'));
72
73
$zip->close();
74
print('finished: ' . APP_BUILD_FILEZIP . PHP_EOL);
0 commit comments