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