test
This commit is contained in:
52
.gitignore
vendored
Normal file
52
.gitignore
vendored
Normal 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
|
||||
Reference in New Issue
Block a user