From 8ea8c737e1b30a374db9fd90e68ee6af5c0ef1cd Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Tue, 24 Oct 2023 10:09:35 +0000 Subject: [PATCH] Add .DS_Store to .gitignore (#58) Whilst some people will have the file in their global ignore, I personally don't, and other contributors might not either. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e7f9e73..655673a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .idea/ packaged/ target/ +.DS_Store