From 502cc0afcb6836fe54c1da7227b1e5caf705bbe6 Mon Sep 17 00:00:00 2001 From: ToKiNoBug Date: Thu, 26 Oct 2023 12:57:04 +0800 Subject: [PATCH] ignore CLion files Signed-off-by: ToKiNoBug --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 9dc07073..286544f3 100644 --- a/.gitignore +++ b/.gitignore @@ -173,6 +173,9 @@ compile_commands.json .clangd/ .cache/ +# CLion/IDEA files +.idea/ + # Project files bin/ external/boost/