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.
By the given documentation about
envfile, it is needed just.env.examplefile 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.gitignorefile should contains.envinside itself.