From e7e4a17e1485d502f5994497a47f42eb264119da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=87=9D=E6=9C=9B?= <2050965275@qq.com> Date: Sun, 18 May 2025 12:52:06 +0000 Subject: [PATCH] update .gitignore. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 凝望 <2050965275@qq.com> --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 567609b..cc4e6e1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,9 @@ build/ +# 忽略 Qt Creator 的用户配置文件 +CMakeLists.txt.user +*.user + +# 其他常见 IDE 文件(根据实际使用情况添加) +.idea/ # CLion +.vscode/ # VS Code +.vs/ # Visual Studio \ No newline at end of file