Skip to content

(bug): build.gradle files are excluded #545

@DAQEM

Description

@DAQEM

Which interface did you use?

Web UI

Repository URL (if public)

https://github.com/DAQEM/GriefLogger

Git host

GitHub (github.com)

Other Git host

No response

Repository visibility

public

Commit, branch, or tag

default branch

Did you ingest the full repository or a subdirectory?

full repository

Operating system

Windows

Browser (Web UI only)

Edge

Other browser

No response

Gitingest version

No response

Python version

No response

Bug description

The current definition of DEFAULT_IGNORE_PATTERNS includes the broad pattern *.gradle.

This pattern incorrectly excludes important build.gradle files, which are essential build configuration files in Java/Gradle projects. Excluding these files is undesirable, as they often contain critical information required for analysis, processing, or general file tracking.

Proposed Change

Update DEFAULT_IGNORE_PATTERNS to remove or modify the *.gradle pattern to ensure that build.gradle files are included by default.

If the intent was to exclude specific, less critical Gradle files, a more restrictive pattern (e.g., specific file names or patterns that don't match build.gradle) should be used instead.

Steps to reproduce

Expected behavior

No response

Actual behavior

No response

Additional context, logs, or screenshots

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions