ignore

Specifies an array of filenames or glob patterns that should be excluded from the scan. Similar to the include property, these are resolved relative to the root project path.

.omletrc
{
  "ignore": ["**/test_folder/**", "**/another_test_folder/**"]
}

Last updated