forked from Witchybun/LunacidAPClient
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
95 lines (94 loc) · 4.63 KB
/
.gitignore
File metadata and controls
95 lines (94 loc) · 4.63 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
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
global.json
.vs/slnx.sqlite
.vs/VSWorkspaceState.json
.vs/LunacidAP/FileContentIndex/2d74c987-2522-4900-accf-353c851df820.vsidx
.vs/LunacidAP/FileContentIndex/37ada98a-29bf-4a13-b394-05d6b61de69b.vsidx
.vs/LunacidAP/FileContentIndex/759fe4df-bf5e-4557-aa0a-58c1d5380294.vsidx
.vs/LunacidAP/FileContentIndex/e47bf6a0-61b6-4a49-a62f-f1e6a724497e.vsidx
.vs/LunacidAP/FileContentIndex/fe11f2b9-df5e-4312-a693-0505b45d8965.vsidx
.vs/LunacidAP/v17/.wsuo
.vscode/tasks.json
bin/Debug/netstandard2.0/Assembly-CSharp-firstpass.dll
bin/Debug/netstandard2.0/Assembly-CSharp.dll
bin/Debug/netstandard2.0/LunacidAP.deps.json
bin/Debug/netstandard2.0/LunacidAP.dll
bin/Debug/netstandard2.0/LunacidAP.pdb
bin/Debug/netstandard2.0/NavMeshComponents.dll
bin/Debug/netstandard2.0/Unity.InputSystem.dll
bin/Debug/netstandard2.0/Unity.Postprocessing.Runtime.dll
bin/Debug/netstandard2.0/Unity.TextMeshPro.dll
bin/Debug/netstandard2.0/UnityEngine.UI.dll
obj/LunacidAP.csproj.nuget.dgspec.json
obj/LunacidAP.csproj.nuget.g.props
obj/LunacidAP.csproj.nuget.g.targets
obj/project.assets.json
obj/project.nuget.cache
obj/Debug/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs
obj/Debug/netstandard2.0/LunacidAP.AssemblyInfo.cs
obj/Debug/netstandard2.0/LunacidAP.AssemblyInfoInputs.cache
obj/Debug/netstandard2.0/LunacidAP.assets.cache
obj/Debug/netstandard2.0/LunacidAP.csproj.AssemblyReference.cache
obj/Debug/netstandard2.0/LunacidAP.csproj.CopyComplete
obj/Debug/netstandard2.0/LunacidAP.csproj.CoreCompileInputs.cache
obj/Debug/netstandard2.0/LunacidAP.csproj.FileListAbsolute.txt
obj/Debug/netstandard2.0/LunacidAP.dll
obj/Debug/netstandard2.0/LunacidAP.GeneratedMSBuildEditorConfig.editorconfig
obj/Debug/netstandard2.0/LunacidAP.pdb
NuGet.Config
LunacidClient.sln
obj/Release/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs
obj/Release/netstandard2.0/LunacidAP.AssemblyInfo.cs
obj/Release/netstandard2.0/LunacidAP.AssemblyInfoInputs.cache
obj/Release/netstandard2.0/LunacidAP.assets.cache
obj/Release/netstandard2.0/LunacidAP.csproj.AssemblyReference.cache
obj/Release/netstandard2.0/LunacidAP.GeneratedMSBuildEditorConfig.editorconfig
bin/Debug/netstandard2.0/Archipelago.MultiClient.Net.dll
bin/Debug/netstandard2.0/Newtonsoft.Json.dll
bin/Debug/netstandard2.0/System.Collections.NonGeneric.dll
bin/Debug/netstandard2.0/System.Collections.Specialized.dll
bin/Debug/netstandard2.0/System.ComponentModel.dll
bin/Debug/netstandard2.0/System.ComponentModel.Primitives.dll
bin/Debug/netstandard2.0/System.ComponentModel.TypeConverter.dll
bin/Debug/netstandard2.0/System.IO.FileSystem.Primitives.dll
bin/Debug/netstandard2.0/System.Linq.dll
bin/Debug/netstandard2.0/System.Reflection.Emit.dll
bin/Debug/netstandard2.0/System.Reflection.Emit.ILGeneration.dll
bin/Debug/netstandard2.0/System.Reflection.Emit.Lightweight.dll
bin/Debug/netstandard2.0/System.Reflection.TypeExtensions.dll
bin/Debug/netstandard2.0/System.Threading.dll
bin/Release/netstandard2.0/Archipelago.MultiClient.Net.dll
bin/Release/netstandard2.0/Assembly-CSharp-firstpass.dll
bin/Release/netstandard2.0/Assembly-CSharp.dll
bin/Release/netstandard2.0/LunacidAP.deps.json
bin/Release/netstandard2.0/LunacidAP.pdb
bin/Release/netstandard2.0/NavMeshComponents.dll
bin/Release/netstandard2.0/Newtonsoft.Json.dll
bin/Release/netstandard2.0/System.Collections.NonGeneric.dll
bin/Release/netstandard2.0/System.Collections.Specialized.dll
bin/Release/netstandard2.0/System.ComponentModel.dll
bin/Release/netstandard2.0/System.ComponentModel.Primitives.dll
bin/Release/netstandard2.0/System.ComponentModel.TypeConverter.dll
bin/Release/netstandard2.0/System.IO.FileSystem.Primitives.dll
bin/Release/netstandard2.0/System.Linq.dll
bin/Release/netstandard2.0/System.Reflection.Emit.dll
bin/Release/netstandard2.0/System.Reflection.Emit.ILGeneration.dll
bin/Release/netstandard2.0/System.Reflection.Emit.Lightweight.dll
bin/Release/netstandard2.0/System.Reflection.TypeExtensions.dll
bin/Release/netstandard2.0/System.Threading.dll
bin/Release/netstandard2.0/Unity.InputSystem.dll
bin/Release/netstandard2.0/Unity.Postprocessing.Runtime.dll
bin/Release/netstandard2.0/Unity.TextMeshPro.dll
bin/Release/netstandard2.0/UnityEngine.UI.dll
obj/Release/netstandard2.0/LunacidAP.csproj.CopyComplete
obj/Release/netstandard2.0/LunacidAP.csproj.CoreCompileInputs.cache
obj/Release/netstandard2.0/LunacidAP.csproj.FileListAbsolute.txt
obj/Release/netstandard2.0/LunacidAP.dll
obj/Release/netstandard2.0/LunacidAP.pdb
obj/Release/netstandard2.0/PluginInfo.cs
bin/Release/netstandard2.0/LunacidAP.dll
bin/Debug/netstandard2.0/Archipelago.Gifting.Net.dll
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/settings.json
.fake
bin/Release/netstandard2.0/Archipelago.Gifting.Net.dll