navapbc / template-application-rails

Ruby on Rails with USWDS template, including CI/CD, for teams building web applications
Apache License 2.0
2 stars 1 forks source link

Don't ignore local.env.example #41

Closed rocketnova closed 4 months ago

rocketnova commented 4 months ago

Ticket

N/A

Changes

What was added, updated, or removed in this PR.

Context for reviewers

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.

rocketnova commented 4 months ago

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.

Yes, exactly that!