From 35ce2f552be04a167eaf6e3ce7b237678eee3694 Mon Sep 17 00:00:00 2001 From: Sachin Kumar Date: Fri, 20 Jan 2023 07:33:34 +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 32b42005..300fdadf 100644 --- a/.cspell.json +++ b/.cspell.json @@ -20,6 +20,9 @@ "package.json", "dist/**", "**/__snapshots__/**", - "package-lock.json" + "package-lock.json", + "node_modules", + "coverage", + "*.log" ] }