-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
101 lines (81 loc) · 987 Bytes
/
.gitignore
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
# Build artifacts
bin/
obj/
out/
# User-specific files
*.user
*.userosscache
*.suo
*.swp
*.sln.docstates
# Logs
*.log
*.tlg
*.log2
# Visual Studio Code directories and files
.vscode/
*.code-workspace
# Rider files
.idea/
# Visual Studio directories and files
.vs/
# Temporary files
*.tmp
*.temp
*.bak
*.ncb
*.opendb
*.ldb
*.DS_Store
# Recycle Bin used by Visual Studio
$RECYCLE.BIN/
# ASP.NET temporary files
clientbin/
wwwroot/node_modules/
wwwroot/lib/
# Node modules
node_modules/
# Packages
*.nupkg
*.snupkg
# Generated files
*.generated.cs
*.g.cs
*.g.i.cs
*.designer.cs
*.dll
*.exe
*.pdb
*.cache
*.ilk
*.exp
*.idb
*.ipdb
*.iobj
*.scc
# Coverage results
*.coverage
*.coveragexml
*.coverageresults
# Database files
*.mdf
*.ldf
*.ndf
# Certificates
*.pfx
*.p12
# Publish artifacts
publish/
publishprofiles/
# Resharper
*.DotSettings.user
*.DotSettings
# Mac files
.DS_Store
.AppleDouble
.LSOverride
Icon
# Windows thumbnail cache
Thumbs.db
# JetBrains Rider
.idea/