I use git for source control in coda 2. I have one file that I need to be different on my local machine, but even when I include it in .gitignore, coda still pushes it to the master.
The reason I need to ignore this file, is because it references localhost rather than 0.0.0.0 for the web server. Is there an easier way to do this, or do I just need to push with the terminal?