"{*,.*}"
.
#
# **
::
- # Matches directories recursively or files expansively.
+ # Matches directories recursively if followed by /
. If
+ # this path segment contains any other characters, it is the same as the
+ # usual *
.
#
# ?
::
# Matches any one character. Equivalent to /.{1}/
in regexp.