Skip to content

Commit 5289f28

Browse files
authored
chore: update ignorePaths in .cspell.json (#217)
1 parent d0520d3 commit 5289f28

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
@@ -43,6 +43,9 @@
4343
"dist/**",
4444
"**/__snapshots__/**",
4545
"package-lock.json",
46-
"*.pack"
46+
"*.pack",
47+
"node_modules",
48+
"coverage",
49+
"*.log"
4750
]
4851
}

0 commit comments

Comments
 (0)