diff options
author | Brendan Forster <brendan@github.com> | 2016-01-15 15:59:30 +1100 |
---|---|---|
committer | Brendan Forster <brendan@github.com> | 2016-01-15 15:59:30 +1100 |
commit | f51f0baa5a721f0af6fbf0ae377ecd86c6eaa3b4 (patch) | |
tree | a16e13439d55c11393ca51b7a9e793e7eeedd39b | |
parent | 3299a7e4dc23ac008829f361f74fd40bd0b135a5 (diff) | |
parent | 6d1612cff43252b389a9e2e69f57c300a4993e82 (diff) | |
download | gitignore-f51f0baa5a721f0af6fbf0ae377ecd86c6eaa3b4.tar.gz gitignore-f51f0baa5a721f0af6fbf0ae377ecd86c6eaa3b4.zip |
Merge pull request #1812 from AArnott/patch-4
Ignore files generated by NuGet v3 project.json
-rw-r--r-- | VisualStudio.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 954d3e9d..94420dc1 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -150,6 +150,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 # Microsoft Azure Build Output csx/ |