File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -239,10 +239,8 @@ private function addFilesToZip(ZipArchive $zip): void
239
239
240
240
$ this ->finderToZip ($ finder , $ zip );
241
241
242
- // Add .env file manually because Finder ignores VSC ignored files
243
- // $zip->addFile($this->buildPath('.env'), '.env');
244
- // $zip->addFile($this->buildPath('bootstrap/cache/services.php'), 'bootstrap/cache/services.php');
245
- // $zip->addFile($this->buildPath('bootstrap/cache/packages.php'), 'bootstrap/cache/packages.php');
242
+ // Add .env file manually because Finder ignores VCS and dot files
243
+ $ zip ->addFile ($ this ->buildPath ('.env ' ), '.env ' );
246
244
247
245
// Add auth.json file to support private packages
248
246
// WARNING: Only for testing purposes, don't uncomment this
You can’t perform that action at this time.
0 commit comments