Steven Wake

Global Git ignore

A handy little feature of Git is the global ignore file. Use this file to exclude annoying system files from your nice clean repo, especially good for those dreaded .DS_Store files (Mac poo) on OSX and Thumbs.db files on Windows.

Setup and configuration of a global ignore file is extremely simple:

Read more | 1 comment
Tags: git