wasp-lang / wasp

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

Again updated default .gitignore: removed !.env.client. #2090

Closed Martinsos closed 2 weeks ago

Martinsos commented 3 weeks ago

Follow up on https://github.com/wasp-lang/wasp/pull/2083 -> I realized after working on open-saas it is actually better to not by default include .env.client. We will instead in the future add a piece of the docs where we will tell them about the idea of versioning .env.client -> but that should be done as a separate thing, together with the idea of vault for storing .env.server and so on.

So, for now I removed !.env.client from default gitignore.