From beeb4e14be807e1d62a6c2732ff5892c085f1a3d Mon Sep 17 00:00:00 2001 From: gianluv00 <gianluv00@mi.fu-berlin.de> Date: Tue, 9 Aug 2022 17:23:25 +0200 Subject: [PATCH] Updated gitignore to ignore the .idea folder --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 0cd5109..e9b85d5 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,6 @@ env feature_requests.md output_graph.png .testmondata + +# IntelIJ idea settings +.idea -- GitLab