Open
Description
Your documentation shows how ignore can handle multiple file paths
https://github.com/htmlhint/HTMLHint/blob/master/docs/user-guide/usage/options.md
However the negation command '!' is currently useless.
This means if I only want to search in a folder, I can't use
!**/GoodFolder/**
Instead I must manually ignore all other folders.
**/BadFolder1/**,......,**/BadFolder8889986767/**
I'd also be ok if you allowed a new rule that would filter paths that could be modified in .htmlhintrc