From 1fda5e41311ed40db4fde4157bab448e50843398 Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Fri, 27 Dec 2024 14:29:28 +0100 Subject: [PATCH] Add .idea/misc.xml to gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5ff6309..d26b124 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ target/ .idea/jarRepositories.xml .idea/compiler.xml .idea/libraries/ +.idea/misc.xml *.iws *.iml *.ipr @@ -35,4 +36,5 @@ build/ .vscode/ ### Mac OS ### -.DS_Store \ No newline at end of file +.DS_Store +