This commit is contained in:
2023-12-03 18:32:03 +05:00
parent 7e24ffd6bc
commit 236ebe57b5
2 changed files with 36 additions and 1 deletions

View File

@@ -26,7 +26,10 @@ return [
*
* Directories used by the backup process will automatically be excluded.
*/
'exclude' => [],
'exclude' => [
base_path('vendor'),
base_path('node_modules'),
],
/*
* Determines if symlinks should be followed.