chore: update deployer config with extended rsync excludes

This commit is contained in:
Björn Fromme
2025-07-22 09:02:47 +02:00
parent d1344bbfb4
commit 7a53908b80
+3 -1
View File
@@ -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',