bitovi / academy

Everything we know about frontend, backend, UX, and Devops consulting and management.
https://www.bitovi.com/academy/
14 stars 3 forks source link

Add .env files to exercise-src/react-native/ #776

Closed chasenlehara closed 1 month ago

chasenlehara commented 1 month ago

In addition to the .env.example files, we now more clearly instruct learners to update their .env files as well. This also adds the .env files so they’re already there when working with the compiled exercise folders.

christopherjbaker commented 1 month ago

We want them to do both .env.example and .env. I don't mind having .env files in the exercise-src directory as long as the individual .gitignore files in the projects keep the .env (as they do in this PR so far).