Let every selector take an exclusion, so "everything under app/, but not the generated folder" is one call rather than an inverted rule.
Exclusions may be plain patterns, interpreted against the parent selector's target, or explicitly targeted. Currently ArchUnitTS-only, and per the architecture notes it is the single most valuable thing for a new port to pick up.
Let every selector take an exclusion, so "everything under
app/, but not the generated folder" is one call rather than an inverted rule.Exclusions may be plain patterns, interpreted against the parent selector's target, or explicitly targeted. Currently ArchUnitTS-only, and per the architecture notes it is the single most valuable thing for a new port to pick up.