diff --git a/.cspell.json b/.cspell.json index 897d340..b1811d6 100644 --- a/.cspell.json +++ b/.cspell.json @@ -43,6 +43,9 @@ "dist/**", "**/__snapshots__/**", "package-lock.json", - "/test/outputs" + "/test/outputs", + "node_modules", + "coverage", + "*.log" ] }