I have a web project the root of which is the root of my git repo. Git is tracking most of the files in this project and pushing to a remote repo. At the root of the project I have a web.config file which I would like to track locally but not push to our remote repo.
Is this even possible with git?