From 7cb73c63163446ed7ea48e967e70e4f7f559e9c7 Mon Sep 17 00:00:00 2001 From: Sachin Kumar Date: Fri, 20 Jan 2023 08:23:43 +0530 Subject: [PATCH] chore: update ignorePaths in .cspell.json (#591) --- .cspell.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.cspell.json b/.cspell.json index e83337f6..05cf3747 100644 --- a/.cspell.json +++ b/.cspell.json @@ -19,6 +19,9 @@ "package.json", "dist/**", "**/__snapshots__/**", - "package-lock.json" + "package-lock.json", + "node_modules", + "coverage", + "*.log" ] }