diff --git a/core/services/index_rebuilder.go b/core/services/index_rebuilder.go index 6649274..a3939e3 100644 --- a/core/services/index_rebuilder.go +++ b/core/services/index_rebuilder.go @@ -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 diff --git a/dendrite b/dendrite index 87661a1..c80b63f 100755 Binary files a/dendrite and b/dendrite differ