Exclude / include by Regex
We have a large domain model and would love to be able to filter out models in Exclude using a Regex (i.e. ignoring models in a namespace or featuring a certain substring)
Think this would be a good improvement?
N.B I know that you can just use the API to do this, but i think the use case for it to be in the generator is pretty strong
I think it is an interesting feature for sure! I imagine it'd be most useful to allow for regexes for excludes as well as includes, grouping, etc
Would love that feature, currently working on a bigger project where the graph by itself is not usable because its too big. A regex feature would allow much much quicker exploration 👍