I have a nested git structure, Cursor is not indexing anything inside Plugins folder, even though nothing such rules are added anywhere in ignores files.
Each Plugin is a different git repo. But I want the entire project at once to be indexed.
Hi, for now there is no manual way to add single files.
Have a look if the global ignore settings are preventing that.
Otherwise you can look in Cursor Settings > Indexing, it has options to show what was indexed etc.
You can reindex your files to see if that helps, sometimes indexing may hang.
While indexing generally works, it may hang sometimes or you may have reached the total file limit, see docs. Use .cursorindexingignore and .cursorignore to prevent files being indexed and using up unnecessarily the file count.
Let me know if you have more questions.
i already checked ignore files, there is no such entry. Here it always shows 118 files, even if i delete index and redo its always 118. its not indexing anything inside Plugins folder at all. Indexing doesnt hang, it just doesnt index all my folders coz they might have nested git repos?
Im not facing such an issue myself, so its hard to tell, lets ask @deanrie if there is a nested repo limit.
hey man. it was my bad. i had a nested 3 repo setup. there was a parent repo, which i had forgot to updates its gitignore. once i removed from there. then it indexed everything