Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
Regardless of whether you have CLAUDE.md in your .cursorignore file, if you also have "Include third-party Plugins, Skills, and other configs enabled, it will still include the contents of CLAUDE.md with each new session.
Removing the file is unfortunately not an option as some colleagues use Claude Code.
I would assume .cursorignore would take precedence over everything else.
This issue was raised on X already: https://x.com/kaxil/status/2028649664140939525?s=20 to which a team member replied saying to use .cursorignore (that doesn’t work), and then another team member said they would check it but didn’t see any follow up.
Steps to Reproduce
- Add a
CLAUDE.mdfile to the root of your repo - Enable third-party rules, skills, plugins
- Create a
.cursorignoreat the root of your repo, addCLAUDE.MDto it. - Create a new chat/agent, ask it a question that it would only know by reading the
CLAUDE.mdfile, - Observe it answers said question.
Expected Behavior
Anything in .cursorignore should not make it into context.
Operating System
MacOS
Version Information
Version: 2.6.19
Commit: 224838f96445be37e3db643a163a817c15b36060
Date: 2026-03-12T04:07:27.435Z (4 days ago)
Browser: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Cursor/2.6.19 Chrome/142.0.7444.265 Electron/39.4.0 Safari/537.36
Does this stop you from using Cursor
No - Cursor works, but with this issue