From 90b419991561daadf5583c2b454d73a736c917b3 Mon Sep 17 00:00:00 2001 From: "Dr. Dystopia" Date: Wed, 19 Feb 2025 21:11:54 +0100 Subject: [PATCH] Add Jetbrains artifacts to .gitignore Signed-off-by: Dr. Dystopia --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 2917cfbef9..0e38b2f819 100644 --- a/.gitignore +++ b/.gitignore @@ -74,3 +74,7 @@ compile_commands.json # VScode folder to store local debug files and configurations .vscode + +## JetBrains IDE artifacts +.idea +cmake-build-*