Skip to content

Commit bc29a9e

Browse files
committed
clean up the projects
1 parent 8c33fea commit bc29a9e

File tree

553 files changed

+90
-625789
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

553 files changed

+90
-625789
lines changed

.gitignore

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,93 @@
33
/**/obj/
44
/packages/
55
/TestResults/
6+
7+
# User-specific files
8+
*.rsuser
9+
*.suo
10+
*.user
11+
*.userosscache
12+
*.sln.docstates
13+
14+
# Build results
15+
[Dd]ebug/
16+
[Dd]ebugPublic/
17+
[Rr]elease/
18+
[Rr]eleases/
19+
x64/
20+
x86/
21+
[Ww][Ii][Nn]32/
22+
[Aa][Rr][Mm]/
23+
[Aa][Rr][Mm]64/
24+
bld/
25+
[Bb]in/
26+
[Oo]bj/
27+
[Ll]og/
28+
[Ll]ogs/
29+
30+
# MSTest test Results
31+
[Tt]est[Rr]esult*/
32+
[Bb]uild[Ll]og.*
33+
34+
# Files built by Visual Studio
35+
*_i.c
36+
*_p.c
37+
*_h.h
38+
*.ilk
39+
*.meta
40+
*.obj
41+
*.iobj
42+
*.pch
43+
*.pdb
44+
*.ipdb
45+
*.pgc
46+
*.pgd
47+
*.rsp
48+
*.sbr
49+
*.tlb
50+
*.tli
51+
*.tlh
52+
*.tmp
53+
*.tmp_proj
54+
*_wpftmp.csproj
55+
*.log
56+
*.tlog
57+
*.vspscc
58+
*.vssscc
59+
.builds
60+
*.pidb
61+
*.svclog
62+
*.scc
63+
64+
# Visual Studio profiler
65+
*.psess
66+
*.vsp
67+
*.vspx
68+
*.sap
69+
70+
# Coverlet is a free, cross platform Code Coverage Tool
71+
coverage*.json
72+
coverage*.xml
73+
coverage*.info
74+
75+
# Visual Studio code coverage results
76+
*.coverage
77+
*.coveragexml
78+
79+
# NuGet Packages
80+
*.nupkg
81+
# NuGet Symbol Packages
82+
*.snupkg
83+
# The packages folder can be ignored because of Package Restore
84+
**/[Pp]ackages/*
85+
# except build/, which is used as an MSBuild target.
86+
!**/[Pp]ackages/build/
87+
# Uncomment if necessary however generally it will be regenerated when needed
88+
#!**/[Pp]ackages/repositories.config
89+
# NuGet v3's project.json files produces more ignorable files
90+
*.nuget.props
91+
*.nuget.targets
92+
93+
# Nuget personal access tokens and Credentials
94+
nuget.config
95+

AspNetCoreExample/AspNetCoreExample/bin/Debug/netcoreapp3.1/AspNetCoreExample.deps.json

Lines changed: 0 additions & 3478 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.

AspNetCoreExample/AspNetCoreExample/bin/Debug/netcoreapp3.1/AspNetCoreExample.runtimeconfig.dev.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

AspNetCoreExample/AspNetCoreExample/bin/Debug/netcoreapp3.1/AspNetCoreExample.runtimeconfig.json

Lines changed: 0 additions & 13 deletions
This file was deleted.
Binary file not shown.

0 commit comments

Comments
 (0)