Since I don’t know if it’s a bug or a misuse from me, I’m posting it here.
I’m trying to add custom docs to my Cursor. So I’ve created Gist and I’ve copied/pasted the https clone url into the Docs. It’s basically a small .md file (47 lines) with instructions on how to generate commit messages.
As it was taking a long time to index, I’ve looked at what was indexed and it appeared that a lot of other Gist were indexed and probably not even mine.
It’s due to the prefix being set as it was in your first screenshot.
The scraper would see links to other Gists as it scraped yours, and your prefix setting didn’t stop it from looking at other Gists, hence it scraped more - it’s possible it could’ve gone on for a while!