From 88e08e9afb0cd6a59df30b3b1e8775017064a372 Mon Sep 17 00:00:00 2001 From: gabkeane Date: Sun, 30 Oct 2022 15:19:15 -0400 Subject: [PATCH] update sync ignore to include .DS_Store --- .existdb.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.existdb.json b/.existdb.json index 2510a96..ff57a19 100644 --- a/.existdb.json +++ b/.existdb.json @@ -19,7 +19,8 @@ ".vscode/**", "README.md", "yo-rc.json", - "*.code-workspace" + "*.code-workspace", + ".DS_Store" ] } }