Package filepathx adds double-star globbing support to the Glob function from the core path/filepath package.
You might recognize "**" recursive globs from things like your .gitignore file, and zsh.
The "**" glob represents a recursive wildcard matching zero-or-more directory levels deep.