This commit is contained in:
xyz
2025-05-18 20:54:20 +08:00

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