From fe9f89fa22564b253fd9617b74a41239033e2311 Mon Sep 17 00:00:00 2001 From: Will Iverson Date: Mon, 24 May 2021 15:15:19 -0700 Subject: [PATCH] Ignore macOS Finder files. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b667ce0b..bfa51ca4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .idea /node_modules _site -test/scratch.html \ No newline at end of file +test/scratch.html +.DS_Store