chore: update rsync excludes in deployer config

This commit is contained in:
Björn Fromme
2026-01-19 16:17:35 +01:00
parent f0c43a17d8
commit 3b165bf292
+5 -1
View File
@@ -33,6 +33,7 @@ $rsyncOptions = [
'.ddev', '.ddev',
'.git', '.git',
'.github', '.github',
'.jj',
'node_modules', 'node_modules',
'.editorconfig', '.editorconfig',
'.env.dev.local', '.env.dev.local',
@@ -46,14 +47,17 @@ $rsyncOptions = [
'.phpunit.result.cache', '.phpunit.result.cache',
'config/secret/', 'config/secret/',
'CLAUDE.md', 'CLAUDE.md',
'cypress*',
'deploy.php', 'deploy.php',
'docs',
'package.json', 'package.json',
'package-lock.json', 'package-lock.json',
'*.http', '*.http',
'http-client.private.env.json', 'http-client*.json',
'postcss.config.js', 'postcss.config.js',
'phpunit.xml.dist', 'phpunit.xml.dist',
'public/.htaccess', 'public/.htaccess',
'ray.php',
'tailwind.config.js', 'tailwind.config.js',
'webpack.config.js', 'webpack.config.js',
'bin/.phpunit', 'bin/.phpunit',