Background context, more in-depth details of the implementation, and anything else you'd like to call out or ask reviewers.
/app-rails/.gitignore was previouesly ignoring the example template: /app-rails/local.env.example.
Testing
Provide testing instructions and evidence that the code works as expected. Include screenshots, GIF demos, shell commands or output to help show the changes working as expected. ProTip: you can drag and drop or paste images into this textbox.
For me, even though the original config wasn't ignoring the local.env.example file in the template repo, it was ignoring it in the repo generated from the template.
Ticket
N/A
Changes
Context for reviewers
/app-rails/.gitignore
was previouesly ignoring the example template:/app-rails/local.env.example
.Testing