geopro/.gitignore

59 lines
1.2 KiB
Plaintext
Raw Permalink 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.

# ---- Build output ----
/build/
/out/
/cmake-build-*/
CMakeUserPresets.json
# ---- vcpkg ----
/vcpkg_installed/
/vcpkg/
# ---- external source-built deps (方案②-修订: VTK 源码编到 install 前缀) ----
# 用 /external/* 而非 /external/ 忽略目录内容,使下方 vendored 子目录可被例外重新纳入
# (git 无法重新纳入被整体忽略目录内的文件)。
/external/*
# 例外vendored 3DGPRViewer 数据生成链(原样拷贝的算法源码,版权自有)需入库。
!/external/gpr3dviewer/
# ---- Visual Studio / IDE ----
.vs/
.vscode/
*.user
*.suo
*.VC.db
*.opendb
# ---- Compiled / artifacts ----
*.obj
*.o
*.exe
*.dll
*.lib
*.pdb
compile_commands.json
# ---- OS / temp ----
Thumbs.db
.DS_Store
~$*
# ---- Working artifacts (this session) ----
ScreenShot/
.claude/
.playwright-mcp/
proto*.jpeg
tenant_login*.jpeg
docs/proto*.jpeg
docs/tenant_login*.jpeg
docs/docx_media/
docs/_docx_media/
docs/_validate/
# ---- Large redundant archive (sample data kept unpacked in folder) ----
docs/剖面网格数据的色阶数据2等文件.tar
# ---- Installer build artifacts (生成物,见 installer/README.md) ----
/installer/staging/
/installer/dist/
/installer/redist/