update .gitignore.

Signed-off-by: 凝望 <2050965275@qq.com>
This commit is contained in:
2025-05-18 12:52:06 +00:00
committed by Gitee
parent b19bd15ec3
commit e7e4a17e14

8
.gitignore vendored
View File

@ -1 +1,9 @@
build/ build/
# 忽略 Qt Creator 的用户配置文件
CMakeLists.txt.user
*.user
# 其他常见 IDE 文件(根据实际使用情况添加)
.idea/ # CLion
.vscode/ # VS Code
.vs/ # Visual Studio