Merge branch 'master' into booking
This commit is contained in:
+3
-1
@@ -16,12 +16,13 @@ add('shared_dirs', [
|
||||
add('shared_files', [
|
||||
'public/.htaccess',
|
||||
'.env.local.php',
|
||||
'var/data.db',
|
||||
]);
|
||||
|
||||
// Rsync options, mainly files/dirs to exclude
|
||||
$rsyncOptions = [
|
||||
'exclude' => [
|
||||
'.claude',
|
||||
'.cursor',
|
||||
'.idea',
|
||||
'.vscode',
|
||||
'.DS_Store',
|
||||
@@ -40,6 +41,7 @@ $rsyncOptions = [
|
||||
'.php-cs-fixer.dist.php',
|
||||
'.phpunit.result.cache',
|
||||
'config/secret/',
|
||||
'CLAUDE.md',
|
||||
'deploy.php',
|
||||
'package.json',
|
||||
'package-lock.json',
|
||||
|
||||
Reference in New Issue
Block a user