Here’s the Cursor Indexing & Retrieval.log:
2024-08-23 23:43:15.274 [info] Total num embeddable files: 10
…
2024-08-23 23:43:15.275 [info] Finished indexing repository.
2024-08-23 23:43:15.275 [info] Indexing job successfully done or aborted.
Here’s my rough file count in the project:
$ find . -type f ! -path “/node_modules/” ! -path “/./*” | wc -l
18179
I tried to do the same for other projects of mine, and it has the same behavior.