Skip to content

Commit

Permalink
Private NuGet packages should not be ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
SadPencil committed Feb 25, 2024
1 parent 73c13e7 commit 10066f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,11 @@ PublishScripts/
*.nupkg
# NuGet Symbol Packages
*.snupkg

# ... with an exception in References folder
!**/[Rr]eferences/*.nupkg
!**/[Rr]eferences/*.snupkg

# The packages folder can be ignored because of Package Restore
**/[Pp]ackages/*
# except build/, which is used as an MSBuild target.
Expand Down

0 comments on commit 10066f5

Please sign in to comment.