From 0322b84dc76e76bf306cfc4af160d6f8f3f5ee14 Mon Sep 17 00:00:00 2001 From: Matt Wynne Date: Mon, 1 Nov 2021 12:22:17 -0700 Subject: [PATCH] Ignore OS X files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9089df5c6..b966c3df8 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ tmp/ usage.txt yarn-error.log .vscode +.DS_Store