Skip to content

Commit d7ab139

Browse files
authored
chore: add changelogs to ignorePaths for cspell (#3278)
1 parent 0c43989 commit d7ab139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cspell.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"path": "./cspell-dictionary.txt",
99
}
1010
],
11-
"ignorePaths": ["./cspell-dictionary.txt"]
11+
"ignorePaths": ["./cspell-dictionary.txt", "./packages/cli/CHANGELOG.md", "./CHANGELOG.md"]
1212
}
1313

0 commit comments

Comments
 (0)