Skip to content

Commit fa8ebf6

Browse files
authored
chore: update ignorePaths in .cspell.json (#619)
1 parent 5999338 commit fa8ebf6

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
@@ -20,6 +20,9 @@
2020
"package.json",
2121
"dist/**",
2222
"**/__snapshots__/**",
23-
"package-lock.json"
23+
"package-lock.json",
24+
"node_modules",
25+
"coverage",
26+
"*.log"
2427
]
2528
}

0 commit comments

Comments
 (0)