From 0eeb3ca647ccd15853db7b4f4d88b11f00aa9ee1 Mon Sep 17 00:00:00 2001 From: Anton Nekipelov <226657+anton-107@users.noreply.github.com> Date: Tue, 25 Feb 2025 13:17:50 +0100 Subject: [PATCH] add .idea to .gitignore (#2375) ## Changes 1. add ".idea" entry to ".gitgnore" ## Tests 1. manually checked that with this change files under .idea/ folder are not staged for commit --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 35aef1764..2f6d0ad8e 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,7 @@ coverage-acceptance.txt __pycache__ *.pyc +.idea .vscode/launch.json .vscode/tasks.json