diff options
author | Brendan Forster <brendan@github.com> | 2015-07-04 11:59:31 +0930 |
---|---|---|
committer | Brendan Forster <brendan@github.com> | 2015-07-04 11:59:31 +0930 |
commit | f2c0e3cc5a96c7c65fb4d569363c6bd8851b6215 (patch) | |
tree | 08de88373f53bf35440d62d9bf569dd51accf9fa | |
parent | 7d209f8aacb5f364cdd7915ebef55ebe500364a9 (diff) | |
download | gitignore-f2c0e3cc5a96c7c65fb4d569363c6bd8851b6215.tar.gz gitignore-f2c0e3cc5a96c7c65fb4d569363c6bd8851b6215.zip |
fleshing out the NuGet section
-rw-r--r-- | VisualStudio.gitignore | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index d3421f25..9e002e3a 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -162,8 +162,9 @@ DocProject/Help/*.hhp DocProject/Help/Html2 DocProject/Help/html -# Click-Once directory -# remove: +# ClickOnce installer and deployment +# url: https://msdn.microsoft.com/en-us/library/142dbbz4(v=vs.90).aspx +# remove: if you do not have ClickOnce publishing enabled for your projects publish/ # Publish Web Output @@ -180,12 +181,21 @@ publish/ # # output packages created by NuGet *.nupkg -# The packages folder can be ignored because of Package Restore -# remove-if: you want to disable Package Restore +# +# Since NuGet 2.7, package restore is now a first class feature of Visual Studio +# so you do not need to check in your packages +# url: https://docs.nuget.org/consume/package-restore +# remove: if you do not wish to restore packages in this way, or have + package restore disabled **/packages/* -# except build/, which is used as an MSBuild target. +# +# some packages include MSBuild targets files, which are stored in this +# location and should be kept in version control !**/packages/build/ -# Uncomment if necessary however generally it will be regenerated when needed +# +# this file is a local listing of where to find your packages.config files and +# is regenerated by Visual Studio during a build +# include: if you wish to version this file any way #!**/packages/repositories.config # Windows Azure Build Output |