serby / GitIgnore

A .gitignore file for general use. PHP, Node.js, Vim, Eclipse, OsX and Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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://raw.github.com/serby/GitIgnore/master/.gitignore > .gitignore
 git add .gitignore
 git commit -m 'Adding .gitignore from github.com/serby/GitIgnore' .gitignore

About

A .gitignore file for general use. PHP, Node.js, Vim, Eclipse, OsX and Windows