From bbac094df5eb7c3159e50c2c0230e307626cbf96 Mon Sep 17 00:00:00 2001 From: ghubstan <36207203+ghubstan@users.noreply.github.com> Date: Thu, 24 Mar 2022 07:39:03 -0300 Subject: [PATCH] Ignore .DS_Store files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 7d2e917..549f161 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ .idea +.DS_Store + # Compiled class file *.class