Revisit includes and excludes logic #22
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Currently, we build includes and excludes in
Selection
usingbuildOverrideInclusions
,buildExclusions
andbuildInclusions
.I don't think it's a clean way and I don't agree that we should explicitly specify exact includes to remove default exclusions.
Basically, we should evaluate includes and excludes with priority and acting like a painter:
In this way, we can append and plugin includes and excludes like the idea in #20 to respect
.gitignore
configs.The text was updated successfully, but these errors were encountered: