Fix gitignore

This commit is contained in:
shuai.li
2026-07-21 18:27:31 +08:00
parent 7da7a3cb99
commit 49acd0011b
73 changed files with 44 additions and 6080 deletions
+42 -76
View File
@@ -1,90 +1,56 @@
##################################################
# Visual Studio
##################################################
# Visual Studio 工作区缓存
# Build results
[Bb]in/
[Oo]bj/
build/
artifacts/
**/bin/
**/obj/
# Visual Studio / Rider / VS Code
.vs/
**/.vs/
# 用户配置
.idea/
.vscode/
*.user
*.suo
*.rsuser
*.userosscache
*.sln.docstates
##################################################
# Build 输出
##################################################
# .NET generated files
project.assets.json
project.nuget.cache
*.nuget.g.props
*.nuget.g.targets
*.AssemblyInfo.cs
*.GeneratedMSBuildEditorConfig.editorconfig
*.GlobalUsings.g.cs
*.FileListAbsolute.txt
*.CoreCompileInputs.cache
*.AssemblyReference.cache
*.assets.cache
# 编译输出目录
bin/
obj/
**/bin/
**/obj/
##################################################
# Rider / VS Code
##################################################
.idea/
.vscode/
##################################################
# NuGet
##################################################
*.nupkg
packages/
##################################################
# 日志
##################################################
# Test and coverage output
TestResults/
coverage/
*.coverage
*.coveragexml
coverage*.json
# Logs, diagnostics, and temporary files
*.log
##################################################
# 临时文件
##################################################
*.tlog
*.binlog
*.pdb
*.cache
*.tmp
*.temp
*.swp
*.bak
##################################################
# 测试结果
##################################################
TestResults/
##################################################
# 发布目录
##################################################
publish/
##################################################
# Windows
##################################################
# Local runtime configuration
cartparams.json
appsettings.Development.json
*.local.json
# OS files
Thumbs.db
Desktop.ini
##################################################
# JetBrains
##################################################
_ReSharper*/
*.DotSettings.user
##################################################
# 缓存
##################################################
*.cache
##################################################
# 数据库(如果有)
##################################################
*.db
*.sqlite
*.sqlite3
.DS_Store