Skip to content

Commit 637b3f9

Browse files
authored
Merge pull request #10024 from NuGet/dev
[ReleasePrep][2024.06.17]RI of dev into main
2 parents 84c4347 + 4d63db3 commit 637b3f9

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,3 +190,6 @@ artifacts/
190190
src/NuGetGallery/Content/gallery/css/bootstrap-theme.css
191191
src/NuGetGallery/Content/gallery/css/bootstrap.css
192192
src/NuGetGallery/Scripts/gallery/bootstrap.js
193+
194+
#rider
195+
.idea/

src/NuGetGallery/NuGetGallery.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1392,6 +1392,8 @@
13921392
<Content Include="Content\gallery\img\git.svg" />
13931393
<Content Include="Content\gallery\img\fuget-32x32.png" />
13941394
<Content Include="Content\gallery\img\fuget.svg" />
1395+
<Content Include="Content\gallery\img\nuget-trends.svg" />
1396+
<Content Include="Content\gallery\img\nuget-trends-32x32.png" />
13951397
<Content Include="Content\gallery\img\github-32x32.png" />
13961398
<Content Include="Content\gallery\img\github.svg" />
13971399
<Content Include="Content\gallery\img\logo-footer-184x57.png" />
@@ -2388,4 +2390,4 @@
23882390
copy "$(ProjectDir)..\Bootstrap\dist\js\bootstrap.js" "$(ProjectDir)Scripts\gallery" &gt;NUL
23892391
</PreBuildEvent>
23902392
</PropertyGroup>
2391-
</Project>
2393+
</Project>

0 commit comments

Comments
 (0)