Skip to content

Commit 8271617

Browse files
committed
fix excludes
1 parent 16bd85c commit 8271617

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buildRelease.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
$zip->addFile($file->path, 'phpbat/' . $cleanfile);
6969
$gz->addFile($file->path, 'phpbat/' . $cleanfile);
7070
}
71-
}, true, null, array('.git', '.gitignore', '.zip', '.log', '.tar', '.gz', '.enc', '.sql', 'builds/', 'buildRelease.php', 'Configuration.jsonc', 'phpBAT.Debug.php', '.php', '.jsonc'));
71+
}, true, null, array('.git', '.gitignore', '.zip', '.log', '.tar', '.gz', '.enc', '.sql', 'builds/', 'buildRelease.php', 'Configuration.jsonc', 'phpBAT.Debug.php'));
7272

7373
$zip->close();
7474
print('finished: ' . APP_BUILD_FILEZIP . PHP_EOL);

0 commit comments

Comments
 (0)