.env-

Unlike the standard .env file, Example .env-sample :

Report compiled on April 18, 2026.

A .env file is a simple, plain-text configuration file used to define environment variables for an application. It usually resides in the root directory of a project and follows a straightforward KEY=VALUE format. Unlike the standard

The .env- pattern refers to any file that begins with .env followed immediately by a hyphen and then a modifier. Common examples include: Unlike the standard .env file