-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
64 lines (55 loc) · 823 Bytes
/
.gitignore
File metadata and controls
64 lines (55 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
## Visual Studio .NET 专用 .gitignore
## 适用于:控制台、WinForms、WPF、ASP.NET Core、类库 所有项目
# 编译输出目录
[Bb]in/
[Oo]bj/
[Rr]elease/
[Dd]ebug/
x64/
x86/
arm/
arm64/
# NuGet 包
packages/
*.nupkg
*.snupkg
# Visual Studio 缓存、用户配置、临时文件
.vs/
*.user
*.suo
*.sln.docstates
*.useross
*.dbmdl
*.jfm
*.ide/
*.ide-wal/
*.Designer.cs~
*.resharper
*.resharper.user
_ReSharper*/
*.[Rr]e[Ss]harper
# 日志、临时文件
*.log
*.tmp
*.temp
*.cache
# 测试与覆盖率
TestResults/
*.coverage
*.coveragexml
# 发布文件
publish/
*.pubxml
*.publishproj
App_Data/
# 数据库本地文件
*.mdf
*.ldf
*.sdf
# 开发环境配置(本地敏感信息)
appsettings.Development.json
appsettings.Local.json
secrets.json
# 操作系统自动生成文件
Thumbs.db
.DS_Store