From fd970ebef557972a646a300c8a4aaf05abee434a Mon Sep 17 00:00:00 2001 From: Tommy Date: Mon, 20 Nov 2023 13:18:00 +0000 Subject: [PATCH] Ignore .idea/ directory --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b63da45..df54656 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ build/ !**/src/test/**/build/ ### IntelliJ IDEA ### +.idea/ .idea/modules.xml .idea/jarRepositories.xml .idea/compiler.xml