From a813b5899fe410a72d3186403dfe2ebf7885276a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Fri, 5 Mar 2021 11:37:23 +0100 Subject: [PATCH] Tune deployer config to be more efficient --- deploy.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deploy.php b/deploy.php index 36989ef0..4820076e 100644 --- a/deploy.php +++ b/deploy.php @@ -36,9 +36,14 @@ host('185.237.67.190') ->set('rsync', [ 'exclude' => [ '.ddev', + '.DS_Store', '.git', '.github', + '.idea', 'node_modules', + 'public/fileadmin', + 'public/typo3temp', + 'public/uploads', 'var', '.editorconfig', '.gitignore',