From ed62aec658f6646db1b4a1d34094a5ec06f8f784 Mon Sep 17 00:00:00 2001 From: "Dr. Dystopia" Date: Mon, 22 Jul 2024 09:45:50 +0200 Subject: [PATCH] Update gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8e58ace16a..be0d2845b6 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,6 @@ CMakeLists.txt.user # Ignore kdevelop files/dirs *.kdev4 # Ignore IDEA/Clion files/dirs -/.idea/ +.idea/ # Ignore Visual Studio Code's working dir /.vscode/