This commit is contained in:
2026-04-21 10:19:14 +08:00
parent e1c7904932
commit 6c88930313
18 changed files with 251 additions and 196 deletions

52
.gitignore vendored Normal file
View File

@@ -0,0 +1,52 @@
# ==============================================
# Visual Studio / .NET 通用忽略规则
# ==============================================
[Rr]elease/
[Dd]ebug/
[Bb]in/
[Oo]bj/
.vs/
*.log
*.cache
*.baml
*.g.cs
*.g.i.cs
*.tlb
*.tli
*.tmp
*.tmp_proj
*.log
*.vspscc
*.vssscc
.builds
*.pidb
*.svclog
*.scc
# 用户设置文件
*.suo
*.user
*.userosscache
*.userprefs
# ==============================================
# WPF / XAML 相关临时文件
# ==============================================
# XAML 编译生成的临时文件
*.baml
*_MarkupCompile.cache
# ==============================================
# NuGet / 包管理
# ==============================================
*.nupkg
# The packages folder can be ignored unless you're using a
# version supporting restoring packages (NuGet 2.7+).
packages/
# ==============================================
# 其他临时文件
# ==============================================
# 操作系统文件
Thumbs.db
.DS_Store