Zsh D glob qualifier:
D
sets the GLOB_DOTS option for the current pattern
∙> echo *git* zsh: no matches found: *git* 1> echo *git*(D) .git .gitattributes .github .gitignore ∙>