Tune deployer config to be more efficient

This commit is contained in:
Björn Fromme
2021-03-05 11:37:23 +01:00
parent 9ec053588a
commit a813b5899f
+5
View File
@@ -36,9 +36,14 @@ host('185.237.67.190')
->set('rsync', [ ->set('rsync', [
'exclude' => [ 'exclude' => [
'.ddev', '.ddev',
'.DS_Store',
'.git', '.git',
'.github', '.github',
'.idea',
'node_modules', 'node_modules',
'public/fileadmin',
'public/typo3temp',
'public/uploads',
'var', 'var',
'.editorconfig', '.editorconfig',
'.gitignore', '.gitignore',