ignoredModules

abstract val ignoredModules: SetProperty<Regex>(source)

Use this to block modules from inclusion in your module charts, based on their path string. E.g. a module at ":path:to:my:module" will be ignored if I add ".*:to:my:.*".toRegex() to this property.