From 287d3ca9fe6665e0c6b97a5c8f405a38c8dc2878 Mon Sep 17 00:00:00 2001 From: Ellen Bledsoe Date: Mon, 14 May 2018 12:55:53 -0400 Subject: [PATCH] add .DS_Store to .gitignore file --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d44df33..60c0d89 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ .Rhistory .RData .Ruserdata +.DS_Store