Is there a way to commit a file into a git repo exactly one time and then effectively make the file read-only as far as the repo goes?
For instance, I have a configuration file that contains some credential information that I don't want stored in a repo but I want the structure of the config file itself stored as a template for the next person who checks out the repo to re-hydrate.
Is this something that can be done at the repo level?