-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy path.gitignore
More file actions
81 lines (68 loc) · 988 Bytes
/
Copy path.gitignore
File metadata and controls
81 lines (68 loc) · 988 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# --- 忽略所有无后缀文件 ---
# 1. 忽略所有内容
*
# 2. 但是,不要忽略目录
!*/
# 3. 并且,不要忽略任何带有后缀名的文件
!*.*
# --- 例外:以下无后缀文件需要被追踪 ---
# 不要忽略 Makefile
!Makefile
# 不要忽略 Dockerfile
!Dockerfile
# 不要忽略 LICENSE 文件
!LICENSE
# 用户特定的文件
*.suo
*.user
*.userosscache
*.sln.docstates
# Visual Studio 自动生成的文件
*.ncb
*.sdf
*.cache
*.dbmdl
*.opendb
*.pdb
*.psess
*.vsp
*.vsps
*.vssscc
*.vsix
*.vsixmanifest
*.vcxproj
*.filters
*.DB
*.ipch
*.vsidx
*.sln
*.code-workspace
# 构建结果
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
[Oo]utput/
[Ll]og/
[Ll]ogs/
bin/
obj/
# NuGet 相关文件
.nuget/
packages/
*.nupkg
*.snupkg
project.lock.json
project.fragment.lock.json
*.csproj.user
# Visual Studio Code & Rider 特定文件
.vscode/
.idea/
# 备份和临时文件
*~
*.bak
*.tmp
# ASP.NET Scaffolding
ScaffoldingReadMe.txt
# Tye (可选)
.tye/