Skip to content

Commit 3d67c8f

Browse files
authored
chore: update ignorePaths in .cspell.json (#198)
1 parent 2900690 commit 3d67c8f

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
@@ -8,6 +8,9 @@
88
"package.json",
99
"dist/**",
1010
"**/__snapshots__/**",
11-
"package-lock.json"
11+
"package-lock.json",
12+
"node_modules",
13+
"coverage",
14+
"*.log"
1215
]
1316
}

0 commit comments

Comments
 (0)