From 470c94f6efbd5b0677dd024df55b1b050928c428 Mon Sep 17 00:00:00 2001 From: Marcel Kaufmann Date: Fri, 11 Aug 2023 16:26:58 +0200 Subject: [PATCH] update gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5b82e25..eddc993 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ /target .idea -*.iml \ No newline at end of file +*.iml +.DS_Store +src/.DS_Store \ No newline at end of file