From 56c11f6ae3222313fdfd2a36bbe8bd772eac41f7 Mon Sep 17 00:00:00 2001 From: Roy Teeuwen Date: Tue, 23 Jan 2024 22:19:09 +0100 Subject: [PATCH] Ignore intellij project settings --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 714760e98..82b264f0e 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,5 @@ /out.* # Indicator that the tools were deployed .buildtools + +.idea \ No newline at end of file