新增了客户端打包成sdk的功能和服务端docker镜像打包的功能,并修复了一些问题

This commit is contained in:
2026-07-07 09:48:01 +00:00
parent cd3dca042d
commit 9e545cb328
50 changed files with 5251 additions and 875 deletions
+45 -20
View File
@@ -16,23 +16,15 @@ Desktop.ini
*.bak
*.swp
*.log
*~
# Client: CMake / Visual Studio build outputs
client/out/
client/build/
client/build-*/
client/cmake-build-*/
client/.cmake/
client/CMakeSettings.json
client/CMakeUserPresets.json
client/Testing/
# Client: local runtime state and credentials
client/config/app_config.json
client/config/client_identity.dat
client/config/*.local.json
client/update/
client/update_temp/
# Archive/package outputs
*.zip
*.tar
*.tar.gz
*.tgz
*.7z
*.rar
# C/C++ generated artifacts outside build directories
*.obj
@@ -47,9 +39,32 @@ client/update_temp/
*.dll
*.exe
# Keep source-controlled PEM public keys; never commit private keys
server/keys/*private*.pem
server/keys/*private*.key
# Client: CMake / Visual Studio build outputs
client/out/
client/build/
client/build-*/
client/cmake-build-*/
client/.cmake/
client/CMakeFiles/
client/CMakeCache.txt
client/CMakeSettings.json
client/CMakeUserPresets.json
client/Testing/
# Client: third-party/business binary drops and generated packages
client/App/
client/dist/
# Client: local runtime state and credentials
client/config/app_config.json
client/config/client_identity.dat
client/config/local_state.json
client/config/version_policy.dat
client/config/*.local.json
client/config/*private*.pem
client/config/*private*.key
client/update/
client/update_temp/
# Server: Python environments and caches
server/venv/
@@ -66,17 +81,27 @@ server/htmlcov/
server/.env
server/.env.*
!server/.env.example
!server/.env.docker.example
server/admin_token.sha256
server/keys/*private*.pem
server/keys/*private*.key
# Server: runtime databases, uploads and object storage
# Server: runtime databases, uploads, object storage and generated packages
server/*.db
server/*.db-journal
server/*.db-wal
server/*.db-shm
server/local_uploads/
server/upload_spool/
server/crash_storage/
server/minio_data/
server/runtime/
server/dist/
server/minio
# Server: runtime files
server/*.pid
server/*.log
# Docker/local generated files
.dockerignore.local