in custard/pkg/config/config.go [106:108]
func (c *Config) Matches(path string) bool { return Match(c.Match, path) && !Match(c.Ignore, path) }