setting a global gitignore file

Developer from somewhere

If you want to set a global gitignore file, that would apply to all your repos, you can do so like this:

git config --global core.excludesfile '~/.gitignore'