You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a .spelling file at the root of my repo with a list of things in it. When I run the following it respects the .spelling file: npx mdspell -ran '**/*.md' '!**/node_modules/**/*.md' --en-us but it ignores the line in it to ignore the - CHANGELOG.md file
But when I try to add another exclusion such as npx mdspell -ran '**/*.md' '!CHANGELOG.md' '!**/node_modules/**/*.md' --en-us it doesn't work.
The text was updated successfully, but these errors were encountered:
I have a
.spelling
file at the root of my repo with a list of things in it. When I run the following it respects the.spelling
file:npx mdspell -ran '**/*.md' '!**/node_modules/**/*.md' --en-us
but it ignores the line in it to ignore the- CHANGELOG.md
fileBut when I try to add another exclusion such as
npx mdspell -ran '**/*.md' '!CHANGELOG.md' '!**/node_modules/**/*.md' --en-us
it doesn't work.The text was updated successfully, but these errors were encountered: