Skip to content

feat: allow include and exclude patterns to be used at the same time #168

@rogerbarreto

Description

@rogerbarreto

Allow both include and exclude patterns to be used at the same time

Currently we are unable to choose a combination of both thru the cli / UI.

Use Case

I'm being facing some scenarios where I would like to generate all *.csproj files except for *.UnitTest.csproj files , and currently I'm unable to do it, because I cant combine those patterns

In the implementation for the query_process the logic is almost ready to handle those differently, we just need a helper to allow it.

https://github.com/cyclotruc/gitingest/blob/9aee15f8ac07befa995da892894c47cb8d79ccd3/src/server/query_processor.py#L54-L61

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions