]> source.dussan.org Git - gitignore.git/commit
Enable Ignore of NuGet Packages Folder By Default 969/head
authorJames Chambers <james@jameschambers.com>
Thu, 27 Feb 2014 19:12:05 +0000 (14:12 -0500)
committerJames Chambers <james@jameschambers.com>
Thu, 27 Feb 2014 19:12:05 +0000 (14:12 -0500)
commit5efebe2ef3ad0709f299d95ce2f0cc766253921e
tree1d290ab2ee17fc7f947a5b3a1ebbec8bd91c6e1c
parent2544a6b71027a1832e01f5c7f78bdfcea727f4ec
Enable Ignore of NuGet Packages Folder By Default

Submitting this for consideration.

The first thing that I do on every new project is to go in and uncomment the packages folder. With the prevalence of NuGet and prominence of its use in the Visual Studio environment, along with how well package restore *just works* now, I believe this should be the default.

While I understand that package restore isn't on by default, I would argue that the types of developers using NuGet _and_ a distributed SCM are the types of developers that would omit the binaries from source control.
IgnorePackages [new file with mode: 0644]
VisualStudio.gitignore [deleted file]