boolean-uk / software-developer

0 stars 0 forks source link

File removed .env.example #128

Open Auenc opened 1 year ago

Auenc commented 1 year ago

Problem

A very common change we see on initial PRs for students is the removal of .env.example. This is because in the instructions we tell them to rename .env.example to .env. Git will then track this as a file removal as .env is in the .gitignore.

Suggestion

Instead of telling students to rename the .env.example file, we could provide this line of code instead:

cp .env.example .env