Skip to content

Added WithNoHidden option

Latest

Choose a tag to compare

@bmatcuk bmatcuk released this 25 Jan 20:14
v4.10.0
a9ad9e0

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

  • feat: add WithNoHidden option to skip hidden files by @lukasngl in #109

New Contributors

Full Changelog: v4.9.2...v4.10.0