Keep .env.example in sync with actual environment variables
Maintain a .env.example file with all required variables (no values). New developers can't set up the project without it.
Why This Matters
A missing variable in .env.example means new team members waste time figuring out what environment variables are needed.
Tags
nextjssupabase
Related Rules
Catch this automatically on every PR
BeforeMerge scans your pull requests against this rule and 2+ others. Get actionable feedback before code ships.