excludePaths property

List<ExcludePathChecker> excludePaths
final

Paths which should be ignored. Usually something like `l10n/' to ignore the actual translation files.

Implementation

final List<ExcludePathChecker> excludePaths;