From 1001793e4b0fa6b8f5cb4551ce8fa13738a3e158 Mon Sep 17 00:00:00 2001 From: Roland Hummel Date: Fri, 22 Oct 2021 13:24:07 +0200 Subject: [PATCH] Ignore .idea folder Fixes #4837 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0a663edeb54..1487e3b7c21 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ temp explorations TODOs.md *.log +.idea