: When adding a new required variable, ensure it is mirrored across .env.example or .env.dist so team members know a new configuration key is expected.
Example .gitlab-ci.yml :
In this story, .env.dist.local is the unsung hero that makes "it works on my machine" actually true for everyone else on the team. .env.dist.local
Add these lines to your .gitignore :