diff --git a/src/fosslight_util/exclude.py b/src/fosslight_util/exclude.py index 093fee8..071fd93 100644 --- a/src/fosslight_util/exclude.py +++ b/src/fosslight_util/exclude.py @@ -7,7 +7,7 @@ import fnmatch from typing import List -EXCLUDE_DIRECTORY = ["test", "tests", "doc", "docs", "intermediates"] +EXCLUDE_DIRECTORY = ["test", "tests", "__tests__", "doc", "docs", "intermediates"] PACKAGE_DIRECTORY = ["node_modules", "venv", "Pods", "Carthage"] EXCLUDE_FILENAME = [ "changelog", "config.guess", "config.sub", "changes", "ltmain.sh",