Skip to content

Commit b7060e1

Browse files
committed
Update .gitignore and add CopilotTokenTrackerRunner project to solution
1 parent 325bca3 commit b7060e1

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,11 @@ node_modules
99
.github/scripts/scraped-models.json
1010
example.json
1111
log-example.txt
12+
13+
# Visual Studio extension generated files
14+
visualstudio-extension/**/obj/
15+
visualstudio-extension/**/bin/
16+
visualstudio-extension/.vs/
17+
18+
# Accidental nested Visual Studio extension workspace/build output
19+
visualstudio-extension/visualstudio-extension/

visualstudio-extension/CopilotTokenTracker.sln

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ VisualStudioVersion = 17.0.31903.59
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CopilotTokenTracker", "src\CopilotTokenTracker\CopilotTokenTracker.csproj", "{A1B2C3D4-E5F6-A7B8-C9D0-E1F2A3B4C5D6}"
77
EndProject
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CopilotTokenTrackerRunner", "src\CopilotTokenTrackerRunner\CopilotTokenTrackerRunner.csproj", "{B9B8A4A8-9A8B-4D59-8F81-54E7182BB2A7}"
9+
EndProject
810
Global
911
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1012
Debug|Any CPU = Debug|Any CPU
@@ -15,6 +17,10 @@ Global
1517
{A1B2C3D4-E5F6-A7B8-C9D0-E1F2A3B4C5D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
1618
{A1B2C3D4-E5F6-A7B8-C9D0-E1F2A3B4C5D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
1719
{A1B2C3D4-E5F6-A7B8-C9D0-E1F2A3B4C5D6}.Release|Any CPU.Build.0 = Release|Any CPU
20+
{B9B8A4A8-9A8B-4D59-8F81-54E7182BB2A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21+
{B9B8A4A8-9A8B-4D59-8F81-54E7182BB2A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
22+
{B9B8A4A8-9A8B-4D59-8F81-54E7182BB2A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
23+
{B9B8A4A8-9A8B-4D59-8F81-54E7182BB2A7}.Release|Any CPU.Build.0 = Release|Any CPU
1824
EndGlobalSection
1925
GlobalSection(SolutionProperties) = preSolution
2026
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)