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.