wasp-lang / wasp

The fastest way to develop full-stack web apps with React & Node.js.
https://wasp-lang.dev
MIT License
12.73k stars 1.13k forks source link

Consider having .env.client in version control by default #2078

Closed Martinsos closed 3 weeks ago

Martinsos commented 1 month ago

Right now we gitignore .env.client, but that actually doesn't make much sense since it anyway must not contain any secrets.

We should probably do the following:

  1. Remove it from .gitignore.
  2. Remove the part in docs which says it should be gitignored.
  3. In .env.client.example, if not already, add a comment like "NO SECRETS HERE".
Martinsos commented 3 weeks ago

Done and improved