From 9d8920ef2dca168e43b4d6680c2fa04354e711a4 Mon Sep 17 00:00:00 2001 From: Sachin Kumar Date: Fri, 20 Jan 2023 07:23:08 +0530 Subject: [PATCH] chore: update ignorePaths in .cspell.json --- .cspell.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.cspell.json b/.cspell.json index ddc88237..40c8d65e 100644 --- a/.cspell.json +++ b/.cspell.json @@ -43,6 +43,9 @@ "/test/outputs", "/test/cases", "/test/fixtures", - "/test/manual/dist" + "/test/manual/dist", + "node_modules", + "coverage", + "*.log" ] }