From f8fa689499780182115f09e1db202c2f7b0b8139 Mon Sep 17 00:00:00 2001 From: Andrew Matthews Date: Tue, 6 Aug 2024 11:49:31 -0400 Subject: [PATCH] [CICD-730] Exclude wp-cache-memcached from all deploys (#30) * Add wp-cache-memcached to default excludes list * Add exclude rule for drop-ins directory --- .changeset/wicked-tables-tap.md | 5 +++++ exclude.txt | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 .changeset/wicked-tables-tap.md diff --git a/.changeset/wicked-tables-tap.md b/.changeset/wicked-tables-tap.md new file mode 100644 index 0000000..1872355 --- /dev/null +++ b/.changeset/wicked-tables-tap.md @@ -0,0 +1,5 @@ +--- +"@wpengine/site-deploy": patch +--- + +Adds wp-cache-memcached to default excludes list diff --git a/exclude.txt b/exclude.txt index e0738f3..9d376d4 100644 --- a/exclude.txt +++ b/exclude.txt @@ -54,6 +54,9 @@ wp-content/mu-plugins/wpengine-common* wp-content/mu-plugins/wpe-wp-sign-on-plugin* wp-content/mu-plugins/wpe-elasticpress-autosuggest-logger* wp-content/mu-plugins/wpe-cache-plugin* +wp-content/mu-plugins/wp-cache-memcached* +wp-content/drop-ins/ +wp-content/drop-ins/wp-cache-memcached* wp-content/mysql.sql # Local specific