This change will prepend "^" and append "/" if a start anchor is detected in the regex string. This allows users to specify relative paths to exclude. It also removes replacing occurences of "*" with "[^/]*". "*" already expresses itself accurately.
This change will prepend "^" and append "/" if a start anchor is detected in the regex string. This allows users to specify relative paths to exclude. It also removes replacing occurences of "*" with "[^/]*". "*" already expresses itself accurately.