From a7dfac381e0fb45463aec2d84b0e18f3aa0dd953 Mon Sep 17 00:00:00 2001 From: Chad Bentz <1760475+felickz@users.noreply.github.com> Date: Thu, 5 Jun 2025 09:54:11 -0400 Subject: [PATCH] Update synthetics.yml to remove WP 1P content --- configs/synthetics.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/synthetics.yml b/configs/synthetics.yml index 819fb0e..b36c63a 100644 --- a/configs/synthetics.yml +++ b/configs/synthetics.yml @@ -119,6 +119,8 @@ paths-ignore: - "**/wwwroot/lib/**" - "**/deps/**" - "**/third_party/**" + - "**/wp-includes/**" + - "**/wp-admin/**" # Ruby - "**/gems/**"