Skip to content

Commit 3adfcdd

Browse files
committed
Update cspell configuration to ignore additional paths including provisioning, package.json, and yarn.lock
1 parent 01fc830 commit 3adfcdd

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

cspell.config.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
{
2-
"ignorePaths": ["node_modules/**", "pkg/googlesheets/testdata", "dist/**", "mage_output_file.go"],
2+
"ignorePaths": [
3+
"node_modules/**",
4+
"pkg/googlesheets/testdata",
5+
"dist/**",
6+
"mage_output_file.go",
7+
"provisioning/**",
8+
"package.json",
9+
"yarn.lock"
10+
],
311
"words": [
412
"araddon",
513
"dataproxy",

0 commit comments

Comments
 (0)