feat (repo-map) configuration option for repo map ignore patterns (#831)

This commit is contained in:
Christopher Brewin
2024-11-12 02:56:20 +10:00
committed by GitHub
parent deb96e6b00
commit deb3b03826
3 changed files with 9 additions and 2 deletions

View File

@@ -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