Issue Report
.env committed to repo
Expected behavior
Committing the .env file increases chances of credentials or other sensitive info being leaked. Using an .example.env or other placeholder file instead can help reduce risk.
Actual behavior
.env
- The .env file was checked into the repository. This increases the chances of credentials
getting accidentally added into the repository. Perhaps renaming to .example.env can
alleviate some of the concerns?
Issue Report
.env committed to repo
Expected behavior
Committing the .env file increases chances of credentials or other sensitive info being leaked. Using an .example.env or other placeholder file instead can help reduce risk.
Actual behavior
.envgetting accidentally added into the repository. Perhaps renaming to .example.env can
alleviate some of the concerns?