Skip to content

Commit b07737c

Browse files
authored
chore: update ignorePaths in .cspell.json (#479)
1 parent 786d073 commit b07737c

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
@@ -48,6 +48,9 @@
4848
"*.xml",
4949
"*.ogg",
5050
"*.html",
51-
"*.webp"
51+
"*.webp",
52+
"node_modules",
53+
"coverage",
54+
"*.log"
5255
]
5356
}

0 commit comments

Comments
 (0)