I'm starting with Git and Github for versioning my Symfony3 project and I was wondering why parameters.yml
is in the .gitignore
file by default? I'm changing that file so that my app connects to a PostgreSQL database.
My concern is that when others clone my project from GitHub and start contributing will it affect them to have the parameters.yml
file missing?
Do I need to remove it from .gitignore
?
If not when do I have to make it trackable?
Thanks for your answers