How to add a file to the git, so that other users download it and immediately ignore it?
- I have existing project.
- I want to add a file named "config.ini" to it.
- I want to push this file to repository.
- I want other users to pull this file.
- But that changes in it would be ignored.
Is it possible? How?