diff --git a/.cspell.json b/.cspell.json index e83337f..05cf374 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" ] }