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" ] }