Is there any good way to handle permission to single files in git repository?
I have .net project which I want to share with my team. What I don't want to share are connection strings to production db, storage and so on.
I know I could create new branch with these files, but it's getting much more complicated.