Skip to content

Codebase indexing : files are ignored from indexing #7519

@raftersvk

Description

@raftersvk

App Version

Version: 3.26.2 (e1cb6a5)

API Provider

LiteLLM

Model Used

Qwen3-Embedding-0.6B-GGUF:Q8_0

Roo Code Task Links (Optional)

No response

🔁 Steps to Reproduce

  1. Git project with subfolder Src. In this project I have files with extension : *.p, *.i, *.w from language OpenEdge ABL
  2. Setup of indexing is all ok with LiteLLM/Ollama backend and Qwen3-Embedding
  3. indexing starting and working properly on files : .md et .json, but rest of my project files are ignored
  4. no .rooignore file
  5. content of .gitignore is
# Local #
#########
private/
temp/
local/
test/
*.temp
*.tmp
**/results.xml


# Eclipse #
#########
.sonarlint/
.sonar/
.scannerwork/*
profiler/
.dbconnection

# Progress #
#########
lbia*
rcda*
srta*
dbi*
Obj/
Gen/
XRef/
*.r
*.xref.xml
*.resx

# Logs and databases #
######################
*.log
*.sql
*.sqlite
protrace*
*.lg
*.lk

# Bases locales #
######################
Resources/Undeployed/Databases/db/*

💥 Outcome Summary

Problem: most files from my project are ignored from indexing (important files are present in the "Src" subfolder)

I have checked the collection created in Qdrant and i can only see chunks for .md and .jdon files present in root directory.

📄 Relevant Logs or Errors (Optional)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Issue - Needs ScopingValid, but needs effort estimate or design input before work can start.bugSomething isn't working

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions