From 76b4ad22f460d2d45beb9a246d2ea9a90487d613 Mon Sep 17 00:00:00 2001 From: Shama Tabassum Date: Sat, 27 Apr 2024 13:43:10 +0500 Subject: [PATCH] Added "surveys/ " to "ignorePaths" array --- cspell.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cspell.json b/cspell.json index 2d3790dfb0..90858ee445 100644 --- a/cspell.json +++ b/cspell.json @@ -27,6 +27,7 @@ "assets/", "_config.docker.yml", "_site/", - "github-actions/" + "github-actions/", + "surveys/" ] }