From f6ec466c375e8bb04ccf4cdd524539ce5483a8f7 Mon Sep 17 00:00:00 2001 From: Mike Piatek-Jimenez Date: Mon, 18 May 2020 17:29:18 -0400 Subject: [PATCH] =?UTF-8?q?Ignore=20.DS=5FStore=20files.=20=20Not=20sure?= =?UTF-8?q?=20why=20this=20wasn=E2=80=99t=20happening=20earlier.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index edc082c..5a4e6ce 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ build/* xcuserdata profile *.moved-aside +.DS_Store