Hello everyone, I’m wondering if it’s possible to increase the maximum size of the index file. I am willing to pay extra for this.
1 Like
100,000 is a lot. For reference, our vscode fork is about 8000 files and a bit over 1M LOC.
How many lines of code are in this repository? Is this your company’s repository or an open-source one? This could be a bug on our end in overcounting the number of files.
Could you also try running git ls-files | wc -l
if this is a git repo
+1 on this, any body has any ways to work around this?
edit:
Using workaround of adding tons of folders into my .cursorignore
file. Not optimal but works
1 Like
Tell the cursor composer your requirements, then have him count the number of files in the current directory and come up with a way to add enough files and directories to .cursorignore to reach the limit of 100,000. It works for me.