Adding Notes to a .env on remix

I’m not seeing any documentation to how to add meaningful notes to a .env file. I’d like to have remixes of my project include notes for the values in the .env file.

Thanks,
Jon Ross

You can use a leading # to add comments into your shell file.

1 Like

They aren’t replicating when I remix though.

Humm… The replication worked on another project. I wonder if it’s a weird bug with my current one.

It’s also possible that we have a bug in the .env-handling code - we scrub the file to remove the values when a remix is happening. It will probably work better for now to handle this by describing the entries in the README.md file.

Turns out this was fixed last week, so you should be able to do it either way now :slight_smile: