From ce1fbf90419328e2c742083d22aa08dba59b30b4 Mon Sep 17 00:00:00 2001 From: guangfeng Date: Wed, 21 Feb 2024 20:22:22 +0800 Subject: [PATCH] ignore idea file --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 282ebe32..b1064c49 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,5 @@ compile main.log main.trs test-suite.log +.idea/ +build/ \ No newline at end of file