From 24097e158f0d47a8cdb7905aa3d85578bb8d37bb Mon Sep 17 00:00:00 2001 From: Corey Neskey <4606261+cneskey@users.noreply.github.com> Date: Sun, 29 Oct 2023 15:35:53 -0400 Subject: [PATCH] Update .gitignore to have ".DS_Store" The .DS_Store file reveals bits of info about your local environment and isn't needed to run the code --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5b6a065..7b732e7 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ .Rhistory .RData .Ruserdata +.DS_Store