Files
wnmj-normal/.gitignore
2026-03-03 13:56:44 +08:00

124 lines
3.4 KiB
Plaintext

# =============================================================================
# Visual Studio 编译产物与用户文件
# =============================================================================
# IntelliSense 数据库 (通常 50~125MB)
*.sdf
# 解决方案用户选项 (个人设置)
*.suo
*.v12.suo
# 项目用户设置
*.vcxproj.user
# IntelliSense 预编译头缓存 (通常 100MB+)
ipch/
# 编译中间文件
*.obj
*.pch
*.pchast
*.res
*.iobj
*.ipdb
# 链接器输出
*.ilk
*.exp
# 调试符号
*.pdb
# 编译日志
*.log
*.tlog
*.Build.CppClean.log
*.lastbuildstate
# 程序集引用缓存
*.vcxprojResolveAssemblyReference.cache
# 性能分析文件
*.psess
*.vspx
*.vsp
*.vsps
# =============================================================================
# 客户端 Win32 编译输出 (proj.win32/Debug.win32/)
# =============================================================================
proj.win32/Debug.win32/
proj.win32/Release.win32/
# =============================================================================
# 客户端 Android 编译输出
# =============================================================================
proj.android/bin/
proj.android/build/
proj.android/obj/
proj.android/libs/
proj.android/local.properties
proj.android/ndk_build.log
proj.android/ndk_full_build.log
proj.android/_build_log.txt
# =============================================================================
# 服务器编译输出
# =============================================================================
# 服务器 IntelliSense 缓存
Servers/ipch/
# 各游戏组件 IntelliSense 缓存
Servers/游戏组件/*/ipch/
# 服务器各组件的 Debug/Release 编译输出
Servers/服务器组件/*/Debug/
Servers/服务器组件/*/Release/
Servers/游戏组件/**/Debug/
Servers/游戏组件/**/Release/
# 服务器链接库 (编译生成的 .lib/.dll/.exp)
Servers/链接库/
# =============================================================================
# 运行目录 (编译输出的可执行文件、DLL、PDB 等)
# =============================================================================
运行/Debug/
运行/Release/
# =============================================================================
# 发布组件 (编译后的发布产物)
# =============================================================================
发布组件/
# =============================================================================
# 客户端 bin 输出
# =============================================================================
bin/
# =============================================================================
# macOS 系统文件
# =============================================================================
.DS_Store
# =============================================================================
# Windows 系统文件
# =============================================================================
Thumbs.db
Desktop.ini
# NUL 设备误生成文件
nul
# =============================================================================
# Qoder / 编辑器配置 (个人工具配置)
# =============================================================================
.qoder/
# =============================================================================
# 根目录临时修复脚本 (按需取消注释)
# =============================================================================
# *.ps1