feat(repo-map): configurable negate patterns (#844)

This commit is contained in:
Christopher Brewin
2024-11-14 19:30:00 +10:00
committed by GitHub
parent fb7567ac24
commit 3abdb69fa2
2 changed files with 3 additions and 1 deletions

View File

@@ -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.
},
}