From 6bf0339e9e1c7cab85410193a1352671cc0cd64e Mon Sep 17 00:00:00 2001 From: Ben Craig Date: Wed, 31 Jul 2024 09:50:31 -0300 Subject: [PATCH] update contrast scan patterns. --- .contrast-scan.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.contrast-scan.json b/.contrast-scan.json index 51f20d55f..c9fe1d6cc 100644 --- a/.contrast-scan.json +++ b/.contrast-scan.json @@ -1,6 +1,7 @@ { "excludes": [ "**/test/**", - "**/tests/**" + "**/tests/**", + "**/deployment/**" ] }