fix(rdb_idx): remove ignore of issues dir

This commit is contained in:
Kristian Borgwarth 2026-05-09 16:58:29 +02:00
parent 70e9f756ea
commit 3769079074
2 changed files with 1 additions and 1 deletions

View file

@ -136,7 +136,7 @@ func (r *indexRebuilder) readFiles(vault string) ([]*filehandling.File, error) {
}
func (r *indexRebuilder) IsValidDirectory(path string) bool {
ignoredDirs := []string{".git", ".templates", "temp", "issues"}
ignoredDirs := []string{".git", ".templates", "temp"}
for part := range strings.SplitSeq(path, string(filepath.Separator)) {
if slices.Contains(ignoredDirs, part) {
return false

BIN
dendrite

Binary file not shown.