From 94cd8efa47754171c6384bb198c96011126678ab Mon Sep 17 00:00:00 2001 From: Thomas Boop <52323235+thboop@users.noreply.github.com> Date: Fri, 1 May 2020 09:42:38 -0400 Subject: [PATCH] Ignore DS_Store files. (#440) * Ignore DSStore Files * Simplify Ignore for DS_Store --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index db6371d3..255bac57 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ node_modules/ packages/*/node_modules/ packages/*/lib/ -packages/*/__tests__/_temp/ \ No newline at end of file +packages/*/__tests__/_temp/ +.DS_Store