From 6d1612cff43252b389a9e2e69f57c300a4993e82 Mon Sep 17 00:00:00 2001
From: Andrew Arnott <andrewarnott@gmail.com>
Date: Sun, 27 Dec 2015 07:29:24 -0800
Subject: [PATCH] Ignore files generated by NuGet v3 project.json

---
 VisualStudio.gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore
index 249d20f9..b68002de 100644
--- a/VisualStudio.gitignore
+++ b/VisualStudio.gitignore
@@ -151,6 +151,9 @@ 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
 csx/