Global Ignore
Global gitignore
Create a new gitignore file in the home directory
git config --global core.excludesfile ~/.gitignore
This will look for ~/.gitignore in the root user directory to be used as a global ignore definition
Locate/verify the global .gitignore file
git config --get core.excludesfile