Skip to content

Commit

Permalink
Merge branch 'dev' into dg-elmah
Browse files Browse the repository at this point in the history
  • Loading branch information
drewgillies committed Jun 23, 2024
2 parents cf1593f + 4d63db3 commit 5f98d5e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -190,3 +190,6 @@ artifacts/
src/NuGetGallery/Content/gallery/css/bootstrap-theme.css
src/NuGetGallery/Content/gallery/css/bootstrap.css
src/NuGetGallery/Scripts/gallery/bootstrap.js

#rider
.idea/
4 changes: 3 additions & 1 deletion src/NuGetGallery/NuGetGallery.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -1392,6 +1392,8 @@
<Content Include="Content\gallery\img\git.svg" />
<Content Include="Content\gallery\img\fuget-32x32.png" />
<Content Include="Content\gallery\img\fuget.svg" />
<Content Include="Content\gallery\img\nuget-trends.svg" />
<Content Include="Content\gallery\img\nuget-trends-32x32.png" />
<Content Include="Content\gallery\img\github-32x32.png" />
<Content Include="Content\gallery\img\github.svg" />
<Content Include="Content\gallery\img\logo-footer-184x57.png" />
Expand Down Expand Up @@ -2388,4 +2390,4 @@
copy "$(ProjectDir)..\Bootstrap\dist\js\bootstrap.js" "$(ProjectDir)Scripts\gallery" &gt;NUL
</PreBuildEvent>
</PropertyGroup>
</Project>
</Project>

0 comments on commit 5f98d5e

Please sign in to comment.