Hacker News new | ask | show | jobs
by pjot 1189 days ago
lgtm.

A global .gitignore is one of the first things I install on a new machine - and then I never think of it again.

  $ git config --global core.excludesfile ~/.gitignore
2 comments

Oh wow, I didn't know a global .gitignore was possible.
TIL.