From f5a07435f5969bb558b72f4189611db9ff1eefad Mon Sep 17 00:00:00 2001 From: CHAMI Rachid Date: Thu, 4 Aug 2022 16:46:28 +0200 Subject: [PATCH] adds idea to gitignore (#593) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d1de802be9..cf22a4a568 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ build coverage.txt tools-stamp .vscode +.idea