From 56bda83528413f13a8a6c00c47df683375c3d2b3 Mon Sep 17 00:00:00 2001
From: Matt Wang <matt@matthewwang.me>
Date: Mon, 26 Dec 2022 14:15:12 -0800
Subject: [PATCH] Add `.DS_Store` to `.gitignore` (#1087)

Relatively self-explanatory, pulled out of #1058
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index a54b9223..043fa833 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 _site
 Gemfile.lock
 node_modules
+.DS_Store
-- 
GitLab