This commit is contained in:
2024-06-05 12:47:16 +05:00
parent 6be7c614c1
commit 88259e88a4
6 changed files with 378 additions and 3 deletions

View File

@@ -1,5 +1,7 @@
<?php
use Laravel\Pulse\Contracts\Storage;
return [
'backup' => [
@@ -29,6 +31,8 @@ return [
'exclude' => [
base_path('vendor'),
base_path('node_modules'),
storage_path('app/Laravel'),
storage_path('app/backup-temp'),
],
/*