In a Git repo I have a folder with a database settings file. The content in it depends on the local DB setup (host, database name, username, pass, etc.)
If I change the file content to fit my local setup, my collaborator should not receive these changes. Same if they change their copy of the file.
How is this done?
Letting the file be uploaded/included first, and then add an ignore
to that folder/file afterwards?