chore: update rsync excludes in deployer config
This commit is contained in:
+5
-1
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user