From 73abfe3527f413a7f4519a94c43a76991bf6494b Mon Sep 17 00:00:00 2001 From: stidsborg Date: Sun, 16 Jun 2024 07:09:59 +0200 Subject: [PATCH] Git-ignore DS_Store files --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 976661b..729029f 100644 --- a/.gitignore +++ b/.gitignore @@ -385,4 +385,7 @@ FodyWeavers.xsd # JetBrains Rider .idea/ -*.sln.iml \ No newline at end of file +*.sln.iml + +# Mac specifics +*.DS_Store \ No newline at end of file