首次提交: OnebotCatalog 项目代码与文档(含 NX 按需生成服务二期、后台、一键启动)

This commit is contained in:
wangruiguo
2026-09-03 17:55:45 +08:00
commit fafa86d3a6
241 changed files with 78656 additions and 0 deletions

50
.gitignore vendored Normal file
View File

@@ -0,0 +1,50 @@
# ============================================================
# OnebotCatalog .gitignore — 版本管理只存代码+文档,排除大文件/数据/产物
# ============================================================
# ---- 数据与手册(大文件,不入 git----
*.pdf
*.xlsx
*.xls
*.step
*.stp
*.igs
*.stl
*.glb
*.gltf
*.wasm
*.prt
# ---- 编译产物 / 数据包 ----
*.exe
*.dll
*.opc
*.o
*.obj
*.pdb
# ---- 图片(手册页/预览,量大,不入 git----
*.png
*.jpg
*.jpeg
*.gif
# ---- 生成/运行时目录 ----
bin/
release/
sample/
genserver-local/output/
genserver-local/jobs/
genserver-local/work/
catalog-masters/*/dbg_out/
catalog-masters/*/E*.stp
catalog-masters/*/E*.igs
catalog-masters/*/*.log
# ---- 备份/临时 ----
*.bak
*.tmp
*~
*.log
.DS_Store
Thumbs.db