feat (repo-map) configuration option for repo map ignore patterns (#831)
This commit is contained in:
committed by
GitHub
parent
deb96e6b00
commit
deb3b03826
@@ -209,6 +209,10 @@ M.defaults = {
|
||||
hints = {
|
||||
enabled = true,
|
||||
},
|
||||
--- @class AvanteRepoMapConfig
|
||||
repo_map = {
|
||||
ignore_patterns = { "%.git", "%.worktree", "__pycache__", "node_modules" }, -- ignore files matching these
|
||||
},
|
||||
}
|
||||
|
||||
---@type avante.Config
|
||||
|
||||
Reference in New Issue
Block a user