aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2015-12-27 07:29:24 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2015-12-27 07:29:24 -0800
commit6d1612cff43252b389a9e2e69f57c300a4993e82 (patch)
tree2b974df46b7725b02999edffd80f00390196d34d
parent8c9b77cb5c85f6464c0bb31abdf4cfcfdf6833bb (diff)
downloadgitignore-6d1612cff43252b389a9e2e69f57c300a4993e82.tar.gz
gitignore-6d1612cff43252b389a9e2e69f57c300a4993e82.zip
Ignore files generated by NuGet v3 project.json
-rw-r--r--VisualStudio.gitignore3
1 files changed, 3 insertions, 0 deletions
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/