mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-11 23:37:22 +00:00
Exclude .git directory from backups (#445)
* Exclude .git directory from backups * Fix formatting
This commit is contained in:
committed by
GitHub
parent
29c15116bc
commit
08e1bb2e22
@@ -26,6 +26,7 @@ return [
|
||||
'exclude' => [
|
||||
base_path('vendor'),
|
||||
base_path('node_modules'),
|
||||
base_path('.git'),
|
||||
],
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user