Skip to content

Commit 0c12ac6

Browse files
authored
chore: update ignorePaths in .cspell.json (webpack-contrib#1494)
1 parent 2b59cc9 commit 0c12ac6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.cspell.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@
4646
"**/__snapshots__/**",
4747
"package-lock.json",
4848
"**/*.css",
49-
"**/fonts/**"
49+
"**/fonts/**",
50+
"node_modules",
51+
"coverage",
52+
"*.log"
5053
]
5154
}

0 commit comments

Comments
 (0)