.cursorignore
Use Case & Caveat
One can commit .cursorignore
to a repository, to manage that repository, which allows repository-level control like .gitignore
could. Drawback: this is an IDE-specific config. It is preferable to commit config files that all IDEās can respect i.e. a standard; but AI-IDEāintegration is probably not there yet.
Update: Google/Android has .aiexclude
, and there is a small effort for GitHub to adopt that.
Update: (new topic) Proposal: `.aiexclude` an IDE-agnostic `.cursorignore`.