Skip to content

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

Notifications You must be signed in to change notification settings

serby/GitIgnore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published