You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By the given documentation about env file, it is needed just .env.example file for git server, and when a developer wants to develop it is needed to copy and paste the example file and remove .example, and the .gitignore file should contains .env inside itself.