feat(repo-map): configurable negate patterns (#844)
This commit is contained in:
committed by
GitHub
parent
fb7567ac24
commit
3abdb69fa2
@@ -212,6 +212,7 @@ M.defaults = {
|
||||
--- @class AvanteRepoMapConfig
|
||||
repo_map = {
|
||||
ignore_patterns = { "%.git", "%.worktree", "__pycache__", "node_modules" }, -- ignore files matching these
|
||||
negate_patterns = {}, -- negate ignore files matching these.
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user