更新项目文档至v6.1版本 - 完善网络对战功能说明和技术文档

This commit is contained in:
2025-07-20 00:55:06 +08:00
parent 8dfab71559
commit 7ec7fa23de
6 changed files with 186 additions and 117 deletions
+42
View File
@@ -0,0 +1,42 @@
# 编译生成的可执行文件
*.exe
*.out
*.app
# IDE配置文件
.idea/
.vscode/
.vs/
# Trae AI配置文件
.trae/
# 临时文件
*.tmp
*.temp
*.log
# 系统文件
.DS_Store
Thumbs.db
# 备份文件
*.bak
*.backup
# 调试文件
*.pdb
*.ilk
# 对象文件
*.o
*.obj
# 静态库文件
*.lib
*.a
# 动态库文件
*.dll
*.so
*.dylib