文字游戏
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

52 lines
786 B

# ===================== 核心:编译/构建产物 =====================
bin/
obj/
*.dll
*.pdb
publish/
*.exe
*.manifest
*.resources
*.cache
# ===================== IDE/编辑器配置 =====================
# Visual Studio
.vs/
*.suo
*.user
*.sln.docstates
*.vcxproj.user
*.vcxproj.filters
# Rider
.idea/
*.iml
*.sln.iml
# VS Code
.vscode/
# ===================== 运行时/依赖缓存 =====================
project.assets.json
packages/
.nuget/
*.nuspec
dotnet-*.json
# ===================== 环境配置/敏感信息 =====================
appsettings.Development.json
appsettings.Staging.json
appsettings.Production.json
launchSettings.json
.user-secrets/
# ===================== 临时文件/日志 =====================
*.tmp
*.temp
*.bak
*.swp
~*
*.log
logs/
temp/
tmp/