marktalbot / .files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.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!

About