Hi,
i try to index all php files from wordpress. My .cursorignore file looks like this:
# ignore everything
*
# don't ignore php files
!**/*.php
With this setting the chat knows only files in the current folder and doesnt find any php files in subfolders.
When i press reindex, its listing within a second all files in the current folder, but no subfolders before reaching 100%.
How do i get cursor to index more php files? Thank you