ignoredModules
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.
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.