From fa15421702dccb4b92768ea7ab3f1ae358a6cc92 Mon Sep 17 00:00:00 2001 From: Ebbe Date: Wed, 26 Aug 2026 00:06:40 +0200 Subject: [PATCH] added .DS_Store to ignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 905daba..1e98e50 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,5 @@ *.vsix .env -*.html \ No newline at end of file +*.html +.DS_Store \ No newline at end of file