From 92c8a6e38f6b06e37ad53dc45af885258a1a5a2f Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Mon, 5 May 2025 08:01:46 -0400 Subject: [PATCH] ignore .DS_Store --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 3a77bd27..eef480e4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ target +#mac +.DS_Store #eclipse .classpath .project