From 360a0d363d99c3abbef8d1e6881027340abcc43c Mon Sep 17 00:00:00 2001 From: Boni Garcia Date: Mon, 20 May 2024 09:52:48 +0200 Subject: [PATCH] Include .idea in .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bee850a13..b3928e815 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,5 @@ build bin test-output .allure -node_modules \ No newline at end of file +node_modules +.idea \ No newline at end of file