From 36eee496b75941eecda4333432a7a3ba97604893 Mon Sep 17 00:00:00 2001 From: Fedi Salhi Date: Sun, 21 Aug 2022 21:40:54 +0300 Subject: [PATCH] updates the .gitignore file Adding CLion project configuration files to the gitignore file --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 1c4a1b0..47243cf 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,6 @@ # vim temp files *.sw* + +# Clion Project Files +.idea/ \ No newline at end of file