Skip to content

Commit

Permalink
Merge pull request #962 from cjee21/gitignore
Browse files Browse the repository at this point in the history
Update .gitignore for Visual Studio cache and NuGet packages
  • Loading branch information
JeromeMartinez authored Nov 16, 2024
2 parents 524b90d + 5858aaa commit 7b0e2d0
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,32 @@ Thumbs.db
Win32
x64
My Project

# Visual Studio - Roslyn cache directory
.vs/

# NuGet -------------------------------------------------------------------------------------------

# Ignore NuGet Packages
*.nupkg

# The packages folder can be ignored because of Package Restore
**/[Pp]ackages/*

# except build/, which is used as an MSBuild target.
!**/[Pp]ackages/build/

# Uncomment if necessary however generally it will be regenerated when needed
#!**/[Pp]ackages/repositories.config

# NuGet v3's project.json files produces more ignorable files
*.nuget.props
*.nuget.targets

# Ignore other intermediate files that NuGet might create. project.lock.json is used in conjunction
# with project.json (NuGet v3); project.assets.json is used in conjunction with the PackageReference
# format (NuGet v4 and .NET Core).
project.lock.json
project.assets.json

# -------------------------------------------------------------------------------------------------

0 comments on commit 7b0e2d0

Please sign in to comment.