From 85bcbc1f3924674bd5b689601fbcd959beaa2e0e Mon Sep 17 00:00:00 2001 From: Sean Killeen Date: Wed, 19 Oct 2022 22:25:22 -0400 Subject: [PATCH] ignore release notes & previews --- cSpell.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cSpell.json b/cSpell.json index fb496a85c9..4590db563f 100644 --- a/cSpell.json +++ b/cSpell.json @@ -125,5 +125,8 @@ "HTML Tags", "Markdown Image" ], - "ignorePaths": [] + "ignorePaths": [ + "**/*Release/Post.md", + "**/*Preview/POST.md" + ] }