Added support for a WithNoHidden option to ignore hidden files in patterns that might unintentionally match them. For example, a .config directory would not be matched by * or recursed into by **, but would be matched by .* or recursed by .config/**.
Thanks to @lukasngl for the initial PR and idea!
What's Changed
New Contributors
Full Changelog: v4.9.2...v4.10.0