-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
27 lines (27 loc) · 1.11 KB
/
.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
.vscode/launch.json
.vscode/tasks.json
bin/Debug/net7.0/Lab03-Search.deps.json
bin/Debug/net7.0/Lab03-Search.dll
bin/Debug/net7.0/Lab03-Search.exe
bin/Debug/net7.0/Lab03-Search.pdb
bin/Debug/net7.0/Lab03-Search.runtimeconfig.json
obj/Lab03-Search.csproj.nuget.dgspec.json
obj/Lab03-Search.csproj.nuget.g.props
obj/Lab03-Search.csproj.nuget.g.targets
obj/project.assets.json
obj/project.nuget.cache
obj/Debug/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs
obj/Debug/net7.0/apphost.exe
obj/Debug/net7.0/Lab03-Search.AssemblyInfo.cs
obj/Debug/net7.0/Lab03-Search.AssemblyInfoInputs.cache
obj/Debug/net7.0/Lab03-Search.assets.cache
obj/Debug/net7.0/Lab03-Search.csproj.AssemblyReference.cache
obj/Debug/net7.0/Lab03-Search.csproj.CoreCompileInputs.cache
obj/Debug/net7.0/Lab03-Search.csproj.FileListAbsolute.txt
obj/Debug/net7.0/Lab03-Search.dll
obj/Debug/net7.0/Lab03-Search.GeneratedMSBuildEditorConfig.editorconfig
obj/Debug/net7.0/Lab03-Search.genruntimeconfig.cache
obj/Debug/net7.0/Lab03-Search.GlobalUsings.g.cs
obj/Debug/net7.0/Lab03-Search.pdb
obj/Debug/net7.0/ref/Lab03-Search.dll
obj/Debug/net7.0/refint/Lab03-Search.dll