<< Remove lines matching some patterns from all files in a dir
Migrating Thunderbird message filters from another machine >>
Stopping cSpell from using .gitignore
cSpell is a spelling plugin for VS Code. Not my favourite, but the only one I found. It isn’t particularly well documented though. It avoids spell checking files in .gitignore. To stop that, you need to add
“cSpell.useGitignore”: false,
to your settings