[GH-ISSUE #108] Add a exclusion list to the config #44

Closed
opened 2026-03-02 04:11:27 +03:00 by kerem · 0 comments
Owner

Originally created by @hsethiya on GitHub (Oct 15, 2025).
Original GitHub issue: https://github.com/git-ai-project/git-ai/issues/108

{
    "git_path": "/usr/bin/git",
    "ignore_prompts": false,
    "allow_repositories": [
        "https://github.com/acunniffe/git-ai",
    ],
    "exclude_repositories": [
        "https://github.com/acunniffe/git-ai",
    ]
}

Introducing a new Configuration option that allows users to specify repositories that should never have git-ai run on them, with exclusions taking precedence over the existing allow-repositories list.

Originally created by @hsethiya on GitHub (Oct 15, 2025). Original GitHub issue: https://github.com/git-ai-project/git-ai/issues/108 ``` { "git_path": "/usr/bin/git", "ignore_prompts": false, "allow_repositories": [ "https://github.com/acunniffe/git-ai", ], "exclude_repositories": [ "https://github.com/acunniffe/git-ai", ] } ``` Introducing a new Configuration option that allows users to specify repositories that should never have git-ai run on them, with exclusions taking precedence over the existing allow-repositories list.
kerem closed this issue 2026-03-02 04:11:28 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/git-ai#44
No description provided.