This is a relatively simple question, but for some reason, I cannot find an answer to it.
I have a conf file that needs to not be pushed to our git repository, but I cannot add it to the .gitignore (team leader doesn't want it there). Is there some way that I can get git to ignore it?
Thanks!