Files
MesApi/.gitignore
2026-04-20 13:56:20 +08:00

47 lines
548 B
Plaintext

# ============ 编译输出 ============
[Dd]ebug/
[Rr]elease/
x64/
x86/
[Bb]in/
[Oo]bj/
[Oo]ut/
[Bb]uild/
# ============ VS 用户配置 / 缓存 ============
.vs/
*.suo
*.user
*.userosscache
*.sln.docstates
# ============ C++ 编译中间文件 ============
*.obj
*.pch
*.pdb
*.ilk
*.exp
*.idb
*.lib
*.dll
*.exe
*.log
*.tlog
*.lastbuildstate
*.iobj
*.ipdb
# ============ NuGet / 包管理 ============
packages/
*.nupkg
# ============ 其他缓存 ============
ipch/
*.aps
*.ncb
*.opensdf
*.sdf
*.cachefile
*.VC.db
*.VC.VC.opendb
TestResults/