EXCLUDEFROMALL
EXCLUDEFROMALL is a directive or keyword used in certain programming and configuration contexts, primarily in build systems or dependency management tools. Its purpose is to explicitly prevent a specific dependency, module, or component from being included in the final build or deployment artifact, regardless of other inclusion rules.
When EXCLUDEFROMALL is applied to an item, it overrides any other settings that might otherwise pull that
The exact syntax and implementation of EXCLUDEFROMALL can vary depending on the specific tool being used. In