From b5c0142cf0e10a86ff1b251ec8d5cc5cc00c336f Mon Sep 17 00:00:00 2001 From: Roland Hummel Date: Tue, 2 Nov 2021 04:18:59 +0100 Subject: [PATCH] chore: ignore .idea folder (#4838) [ci skip] Fixes #4837 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0a663edeb5..1487e3b7c2 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ temp explorations TODOs.md *.log +.idea -- 2.39.5