You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kev/.gitignore

57 lines
1.1 KiB
Plaintext

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

################################################################################
# Windows C#/C++ 项目优化版 (保留 Bin 目录,排除中间件)
################################################################################
# --- 1. 核心构建中间目录 (完全忽略) ---
**/[Oo]bj/
**/[Oo]bj-*/
# --- 2. Visual Studio 用户特定文件 ---
.vs/
.vscode/
*.suo
*.user
*.userosscache
*.sln.docstates
*.DotSettings.user
# --- 3. 精准忽略Bin 目录下的“建筑废料” ---
# 这些是编译/链接时的临时产物,不应提交
*.obj
*.pch
*.ilk
*.exp
*.iobj
*.ipdb
*.ipch
*.idb
*.res
*.tlb
*.tlog
*.lastbuildstate
*.FileListAbsolute.txt
*.CopyComplete
*.log
*.cache
# --- 4. 调试符号说明 ---
# 如果你们需要保留调试符号(用于崩溃分析),请注释掉下面这一行
# 如果不需要 PDB则保留这一行
*.pdb
# --- 5. 库与包管理 ---
**/packages/
!**/packages/repositories.config
*.nupkg
*.snupkg
# --- 6. AI 插件与工具配置 ---
.comate
.lingma
*.DotSettings
# --- 7. 操作系统文件与其它 ---
.DS_Store
Thumbs.db
desktop.ini
**/build.force