数据类型,和忽略文件

This commit is contained in:
2026-04-20 09:17:02 +08:00
parent 8279fc7af8
commit 29d0f96e99
20 changed files with 169 additions and 155 deletions

20
.gitignore vendored
View File

@@ -362,6 +362,22 @@ MigrationBackup/
# Fody - auto-generated XML schema
FodyWeavers.xsd
# 忽略所有编译临时文件
# 编译输出
bin/
obj/
bin/
[Dd]ebug/
[Rr]elease/
x64/
x86/
# VS 缓存
.vs/
*.user
*.suo
*.userosscache
# 其他
*.log
*.tmp
*.pdb
*.ilk