Adam Johnson
Adam Johnson
```a/**/b.json``` and ```a/*/b.json``` will be identical in path.Match. That pattern would not be used currently because only the directory generator currently uses path.Match. I think the only potential issues would...
@crenshaw-dev, I misunderstood what you meant about adding a new glob field. I think that would be more confusing. The only time glob will need to be used is when...
@crenshaw-dev, those are valid points. How about using the [doublestar](https://github.com/bmatcuk/doublestar) library instead of glob. It implements support for double star `**` matches for path.Match. The [patterns](https://github.com/bmatcuk/doublestar/blob/master/match.go#L8) are the same other...
@crenshaw-dev > I do like doublestar a lot more! Looks better-maintained. But I don't think it resolves the first three points. I think that 1 is the only point that...
@crenshaw-dev > > this is limited to excludes and not the path generation as that is handled by git ls-files > > Can you clarify what you mean here? I'm...
@rishabh625, I will give it a go
I have not had time to work on this but will try and get it moved across.
@crenshaw-dev, I am happy to have a go at implementing this.
@crenshaw-dev yes I am happy to contribute.
@templarfelix, I have this working. Will create a PR soon.