From 3b165bf292868ec2eb6764fb4e6096a42394a514 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Mon, 19 Jan 2026 16:17:35 +0100 Subject: [PATCH] chore: update rsync excludes in deployer config --- deploy.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/deploy.php b/deploy.php index a298dd7..a83e476 100644 --- a/deploy.php +++ b/deploy.php @@ -33,6 +33,7 @@ $rsyncOptions = [ '.ddev', '.git', '.github', + '.jj', 'node_modules', '.editorconfig', '.env.dev.local', @@ -46,14 +47,17 @@ $rsyncOptions = [ '.phpunit.result.cache', 'config/secret/', 'CLAUDE.md', + 'cypress*', 'deploy.php', + 'docs', 'package.json', 'package-lock.json', '*.http', - 'http-client.private.env.json', + 'http-client*.json', 'postcss.config.js', 'phpunit.xml.dist', 'public/.htaccess', + 'ray.php', 'tailwind.config.js', 'webpack.config.js', 'bin/.phpunit',