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