Remove Codebase Indexing Prompt




Is there a way to remove this? Sometimes I don’t want to. thanks!

Good request. Depends on the use case this may be helpful.

For now you can use following workaround

  • add .cursorindexignore for all files
  • and .cursorignore for all files
  • for good measure you could also add .gitignore for all files if you do not commit the files
  • enable indexing which will not index the files, but not show the message as well.

Hope this helped, I upvoted as well.

1 Like

Sweet, I’ll try it out! Thank you so much!

1 Like