I have been compiling my App for a couple of years now no problem and it has been using my gitignore quite happily.
All of a sudden something has gone wrong and now, when I try to merge a branch back to master I get an error related to xcuserdata, which it should be ignoring.
I therefore assume that xCode is no longer fidning my gitignore file.
My gitignore file is called default.gitignore.
Where in xCode do I define where to look for my gitignore file ? I have forgotten and can't seem to find a reference telling me where to find it.
Any guidance much appreciated.
Thanks,
Guy