From 7ad05704767579174d80de4c18d3674eec3afc4b Mon Sep 17 00:00:00 2001 From: Sachin Kumar Date: Fri, 20 Jan 2023 06:51:22 +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 a8f7172..5f8d82f 100644 --- a/.cspell.json +++ b/.cspell.json @@ -43,6 +43,9 @@ "dist/**", "**/__snapshots__/**", "package-lock.json", - "*.pack" + "*.pack", + "node_modules", + "coverage", + "*.log" ] }