.env appears when project is loaded

This may be silly, but it seems like it would be a good idea to not show .env by default when the project is loaded. If I have a password in that file and I go to show a coworker, they may see my password. Perhaps readme.md could be displayed when a project is loaded?

Thanks!

2 Likes

It doesn’t actually default to showing .env, it just loads whatever the last viewed file is. So if that was readme, it’ll show that. But there’s now a case open to make an exception for .env - it’ll skip to whatever was viewed before that. Thanks!

2 Likes