Skip to content

Allow external exlude list for mining operations #56

@mustafa89

Description

@mustafa89

What problem does this solve?

Allow --exclude flag or allow dir/file exclusion list in the config YAML file to avoid mining those.

What's the proposed solution?

Add flag or config support.

Currently it is hardcoded in the source code.

SKIP_DIRS = {
    ".git", "node_modules", "__pycache__", ".venv",
    "venv", "env", "dist", "build", ".next", "coverage",
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions