My Xcode gitignore template Aug 28 2019
I would like to change the template Xcode
uses to generate a git repository, but I haven't found how. So at the moment when I want to use my .gitignore
template I just pull it from a GIST.
This y my Xcode .gitignore template. I use the raw address and Curl to copy it.
1
$ curl -L https://gist.githubusercontent.com/rderik/8550f34a93beaf62aacc9ac7d746b69c/raw/.gitignore > .gitignore
And that's it for the moment. If anyone knows how to change the git template Xcode uses let me know.
** If you want to check what else I'm currently doing, be sure to follow me on twitter @rderik or subscribe to the newsletter. If you want to send me a direct message, you can send it to derik@rderik.com.