Enter the filenames of the uploaded files to not scan as top level modules, represented as a comma-separated list of ant-style exclude patterns such that '*' matches 0 or more characters and '?' matches exactly 1 character.

Patterns are case-sensitive. Patterns that include commas because they denote filenames that contain commas need to replace the commas with a wildcard character.

Because the matching is performed based only on filename, it is incorrect to use patterns that include path separators ('\' or '/').

If no filepaths are provided, no files (except default excludes) in the job's workspace root directory are excluded.