From 418ece033731ce14c992e2b4d6462f9d405ca74d Mon Sep 17 00:00:00 2001 From: David Kocher Date: Mon, 17 Nov 2025 11:29:07 +0100 Subject: [PATCH] Ignore xcuserdata. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f071399663..ff7ed73065 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ target !.idea/codeStyleSettings.xml !.idea/copyright *.iml +xcuserdata/* # VSCode/Java # ###############