Global .gitignore to use on a Mac
Clone this repository to your home directory.
git clone [email protected]:Deveodk/global-gitignore.git ~/global-gitignore
Afterwards, you need to tell git to use your new global gitignore file.
git config --global core.excludesfile '~/global-gitignore/.global-gitignore'