From 66b29e33e84ced3f92563cfe69b309beab1c82a7 Mon Sep 17 00:00:00 2001 From: mark_story Date: Wed, 4 May 2011 23:34:41 -0400 Subject: [PATCH] Adding annoying macos files to gitignore. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9edf61016..cb45fa57a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /app/config /app/tmp /plugins -/vendors \ No newline at end of file +/vendors +.DS_Store