This commit is contained in:
blue-lemon0104
2026-04-07 13:35:22 +08:00
commit 0120fa9ce3
1530 changed files with 424864 additions and 0 deletions

18
.gitignore vendored Executable file
View File

@@ -0,0 +1,18 @@
# 忽略编译文件
*.o
*.class
# 忽略临时文件
*.log
*.tmp
.clion.source.upload.marker
# 忽略 IDE 配置
.idea/
.vscode/
# 忽略生成目录
build/
dist/
cmake-build-debug/
cmake-build-debug-/