densitydesign / placplac

5 stars 1 forks source link

Templates for .env files #111

Closed iosonosempreio closed 2 years ago

iosonosempreio commented 2 years ago

Create templates for .env files (rename existing files).

Add to .gitignore:

gianpieropa commented 2 years ago

we use the .env files for development too, this is why we didn't add them to gitignore.

iosonosempreio commented 2 years ago

Isn't it possible to do the development with the .env files ignored? Or, is there a way for not overwriting my local files every time I pull form remote?