Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 505 Bytes

Readme.md

File metadata and controls

13 lines (8 loc) · 505 Bytes

Global Git Ignore

Here is the .gitignore that I add to most projects.

It consists of a few things that I always want to ignore, plus a few things from github/gitignore

Adding to your project

If you want to get this into your project you can do the following

 curl https://github.com/PabloSerbo/GitIgnore/raw/master/.gitignore > .gitignore
 git add .gitignore
 git commit -m 'Adding .gitignore from github.com/PabloSerbo/GitIgnore' .gitignore