Files
OnebotCatalog/.gitignore

51 lines
802 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ============================================================
# 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