Disable nested rules

I have a project with several Git submodules. Each submodule also functions as a standalone project, so they all contain the same project rules.

The issue is that the Cursor IDE automatically detects these submodule rules and lists them all in the “Project rules” section. I have already added the submodule paths to the .cursorignore file, but they continue to appear in the “Project rules” list.

How can I make Cursor ignore these submodule rules and only recognize the ones from the main project?

@danperks any guidance on this?

1 Like

Simplified example (not the real project with the problema)