Skip to content
GitHub Universe 2025
Save $400 on Universe passes until 9/17. Register now
#

.env

.env (dotenv) is a file, used to store configuration values as key-value pairs, similar to the ini file format. Since this file usually contains confidential information like credentials, it’s commonly prevented from being tracked by version control.

Here are 5,158 public repositories matching this topic...