The documentation mentions both .cursorindexignore
and .cursorindexingignore
. I would like clarification on which one is correct.
Hey, I think you meant .cursorignore
and .cursorindexingignore
(note the âingâ)?
The .cursorindexignore
version wonât work since itâs not the correct filename.
The difference: .cursorignore
works like .gitignore
, while .cursorindexingignore
simply excludes files from indexing.
1 Like
Ctrl + F for âcursorindexignoreâ on the documentation page and you will get a hit. Should probably update that reference to say âcursorindexingignore`.
Thanks for the clarification!
Ah, thank you for pointing that out, weâll fix it.