Skip to content

Commit 8858a28

Browse files
authored
chore: update ignorePaths in .cspell.json (#204)
1 parent 5054579 commit 8858a28

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.cspell.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
"/test/output",
2222
"dist/**",
2323
"**/__snapshots__/**",
24-
"package-lock.json"
24+
"package-lock.json",
25+
"node_modules",
26+
"coverage",
27+
"*.log"
2528
]
2629
}

0 commit comments

Comments
 (0)