From 99b8a568d6aff83c22cc20a10b7739c9dd1133d7 Mon Sep 17 00:00:00 2001 From: strawberry Date: Thu, 22 Feb 2024 00:52:52 -0500 Subject: [PATCH] add .DS_Store to gitignore (lol) Signed-off-by: strawberry --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5de85eaa..9a251d6b 100644 --- a/.gitignore +++ b/.gitignore @@ -73,4 +73,7 @@ test-conduit/ test-conduit.toml # Gitlab CI cache -/.gitlab-ci.d \ No newline at end of file +/.gitlab-ci.d + +# macOS +.DS_Store