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 eb72716 commit d9a7eeaCopy full SHA for d9a7eea
src/Commands/BundleCommand.php
@@ -236,6 +236,7 @@ private function addFilesToZip(ZipArchive $zip): void
236
'build', // Compiled box assets
237
'temp', // Temp files
238
'tests', // Tests
239
+ 'auth.json', // Composer auth file
240
])
241
->exclude(config('nativephp.cleanup_exclude_files', []));
242
src/Traits/CopiesToBuildDirectory.php
@@ -34,6 +34,7 @@ abstract protected function sourcePath(string $path = ''): string;
34
'**/.github',
35
36
// Potentially containing sensitive info
37
38
'database/*.sqlite',
39
'database/*.sqlite-shm',
40
'database/*.sqlite-wal',
0 commit comments