[BUG] .repomixignore
file ignored when ignore.customPatterns
contains "**/.*"
#320
Labels
bug
Something isn't working
First of all, thank you for creating and maintaining
repomix
! It's a fantastic tool.I've encountered an issue while using the
ignore.customPatterns
inrepomix.config.json
. When I add"**/.*"
inignore.customPatterns
, the.repomixignore
file is completely ignored, and the patterns defined in it are no longer taken into account.Steps to Reproduce:
"**/.*"
toignore.customPatterns
inrepomix.config.json
:.repomixignore
file with some patterns, e.g.:repomix
and observe that the patterns in.repomixignore
are not applied.Expected Behavior:
The patterns in
.repomixignore
should still be respected and applied, even ifignore.customPatterns
includes"**/.*"
.Actual Behavior:
The
.repomixignore
file is ignored entirely, and its patterns are not applied.Additional Context:
This behavior seems unintended, as the
ignore.customPatterns
and.repomixignore
should ideally work together rather than one overriding the other.Let me know if you need further details or if there’s anything I can do to help debug this issue. Thanks again for your work on this project!
The text was updated successfully, but these errors were encountered: