From 1a28e9217216cec0f6952b1fe25662bf963cb699 Mon Sep 17 00:00:00 2001 From: David Rice Date: Wed, 8 Aug 2012 21:02:20 +0100 Subject: [PATCH] Ignore .DS_Store files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b512c09d..28f1ba75 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -node_modules \ No newline at end of file +node_modules +.DS_Store \ No newline at end of file