.files

.gitignore

TIP: When to add things to a global .gitignore vs a local project's .gitignore...

If the thing you want to exclude is:

  • generated by your filesystem
  • generated by your text editor / tools

Then add these to your global .gitignore!