数据类型,和忽略文件
This commit is contained in:
20
.gitignore
vendored
20
.gitignore
vendored
@@ -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
|
||||
Reference in New Issue
Block a user