]> source.dussan.org Git - gitignore.git/commitdiff
Merge pull request #1812 from AArnott/patch-4
authorBrendan Forster <brendan@github.com>
Fri, 15 Jan 2016 04:59:30 +0000 (15:59 +1100)
committerBrendan Forster <brendan@github.com>
Fri, 15 Jan 2016 04:59:30 +0000 (15:59 +1100)
Ignore files generated by NuGet v3 project.json

1  2 
VisualStudio.gitignore

index 954d3e9d6249d4f1ecfe1b33247b143ccbaa64fd,b68002de7d89401d36824af31f49f53c2c0e17e6..94420dc1ce23b623d17047946883ff7017112cb8
@@@ -150,8 -151,11 +150,11 @@@ publish
  !**/packages/build/
  # Uncomment if necessary however generally it will be regenerated when needed
  #!**/packages/repositories.config
+ # NuGet v3's project.json files produces more ignoreable files
+ *.nuget.props
+ *.nuget.targets
  
 -# Windows Azure Build Output
 +# Microsoft Azure Build Output
  csx/
  *.build.csdef