-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
69 lines (63 loc) · 1.32 KB
/
.gitignore
File metadata and controls
69 lines (63 loc) · 1.32 KB
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
# From .NET Core 3.0 you can use the command: `dotnet new gitignore` to generate a customizable .gitignore file
*.html
*.css
*.svg
*.swp
*.*~
project.lock.json
.DS_Store
*.pyc
# Visual Studio Code
.vscode
# User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates
# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
build/
bld/
[Bb]in/
[Oo]bj/
msbuild.log
msbuild.err
msbuild.wrn
# Visual Studio 2015
.vs/
#Temp files
bin
obj
bin/Debug/net7.0/API.dll
bin/Debug/net7.0/API.pdb
obj/Debug/net7.0/API.csproj.CoreCompileInputs.cache
obj/Debug/net7.0/API.dll
obj/Debug/net7.0/API.pdb
obj/Debug/net7.0/ref/API.dll
obj/Debug/net7.0/refint/API.dll
bin/Debug/net7.0/API.deps.json
obj/API.csproj.nuget.dgspec.json
obj/API.csproj.nuget.g.props
obj/API.csproj.nuget.g.targets
obj/Debug/net7.0/API.assets.cache
obj/Debug/net7.0/API.csproj.AssemblyReference.cache
obj/Debug/net7.0/API.csproj.FileListAbsolute.txt
obj/Debug/net7.0/API.GeneratedMSBuildEditorConfig.editorconfig
obj/Debug/net7.0/API.genruntimeconfig.cache
obj/Debug/net7.0/staticwebassets/msbuild.buildMultiTargeting.API.props
obj/Debug/net7.0/staticwebassets/msbuild.buildTransitive.API.props
obj/project.assets.json
obj/project.nuget.cache
obj/project.packagespec.json
obj/rider.project.model.nuget.info
obj/rider.project.restore.info
*.js
*.htm
*.css
*.svg
*.htm