Skip to content

Commit a14cae3

Browse files
authored
chore: update ignorePaths in .cspell.json (#123)
1 parent 3ddfcfd commit a14cae3

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)