From d034057fb398131b31501973f49cbde2e903f5fb Mon Sep 17 00:00:00 2001 From: Christopher Hotchkiss Date: Sat, 10 Jul 2021 16:00:09 -0400 Subject: [PATCH] Ignoring mac temp files --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 48e69d1..18581a3 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,4 @@ Cargo.lock #Added by cargo /target -docs/.DS_Store +**/.DS_Store