From 142ae7e617ad018f1e037a0e83b66098b91b1ce8 Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Thu, 2 Dec 2021 11:47:43 -0800 Subject: [PATCH] Updated .gitignore to work on mac. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 476861ea..17484799 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ node_modules/ .docusaurus build .vercel +.DS_Store