I have a user-specific file in an Xcode project that I would like to push to the repo for the first time so it won't break the build (as the file is imported), but I want subsequent changes to it to stay with the users instead of being committed to the repo. Is it possible to do this?
I would like to make the process automatic for all team members. That is, the file is in the repo, but changes made by each developer won't be tracked.