From 9b27e3567688bfef0f67f655a7532086e52ab899 Mon Sep 17 00:00:00 2001 From: "luca.frosini" Date: Wed, 21 Jun 2023 11:24:39 +0200 Subject: [PATCH] Ignored MacOs File --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 387cacf..b05cf54 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ target .classpath .project -.settings \ No newline at end of file +.settings +/.DS_Store