From aae4f9e749736e1904c63065aff94109c3bf7f64 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Fri, 11 May 2012 14:44:22 +1200 Subject: [PATCH] MINOR Adding .DS_Store to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e398b17..26dffd5 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ silverstripe-cache .buildpath .project .settings -.idea \ No newline at end of file +.idea +.DS_Store