Thanks for this gem! I had hoped that I could use some [code]ignore[/code] value in [code]vale.ini[/code], but that’s not how it works. Thanks to this article, I have a work-around.
Note that the globs can include `**` to match deeply into directory trees, for example:
[code]
vale –glob=’!{seceng/**/*.md,qa/**/*.md}’
[/code]