Commit f51f0baa authored by Brendan Forster's avatar Brendan Forster

Merge pull request #1812 from AArnott/patch-4

Ignore files generated by NuGet v3 project.json
parents 3299a7e4 6d1612cf
...@@ -150,6 +150,9 @@ publish/ ...@@ -150,6 +150,9 @@ publish/
!**/packages/build/ !**/packages/build/
# Uncomment if necessary however generally it will be regenerated when needed # Uncomment if necessary however generally it will be regenerated when needed
#!**/packages/repositories.config #!**/packages/repositories.config
# NuGet v3's project.json files produces more ignoreable files
*.nuget.props
*.nuget.targets
# Microsoft Azure Build Output # Microsoft Azure Build Output
csx/ csx/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment