Hi Cursor Team,
Would it be possible to support a global .cursorignore
and/or .cursorindexingignore
, perhaps inheriting patterns from my global .gitignore
?
I’m thinking of two cases where this would be useful:
- I sometimes open configuration files like
.aws/credentials
in my editor but don’t want them indexed or sent to Cursor. - When starting new projects, it would be great not to manually set up
.cursorignore
and.cursorindexingignore
each time.
Is this something you’re considering or might support something like this in the future?