func (m excludePathMatcher) ID() string {
    if len(m.excludeGlobs) == 0 {
        return ""
    }