Is there an existing feature request for this?
Command
melos bs
Description
If there are packages ignored in the config file
ignore:
- dio_web_adapter
or passed to the bootstrap command via --ignore=dio_web_adapter, they are still linked into other packages via pubspec_overrides.yaml.
I think these ignored packages should be ignored everywhere.
Reasoning
I am ignoring packages to well... ignore them.
If they are still path linked into other packages, something will likely fail.
Additional context and comments
No response
Other