[Question] How do you deal with env.local when vibe coding with cursor

How do you deal with env.local when vibe coding with cursor? Especially with the new update where cursor rules ignore the file by default.

Is the recommended way to remove the cursor rule? Is there some method that I don’t know about?

Just coming back to cursor after it’s had a few major updates while I was on holiday and I’m a bit confused.

I have envvar.mdc:

---
description:
globs:
alwaysApply: true
---
You CANNOT view .env files and should NEVER try to edit or read them. You CAN (and should) ask me about their contents.

I don’t know if it makes any difference, though, as Cursor regularly tells me that the reason for a bug is that I don’t have an .env file!