Skip to content

Commit f51f0ba

Browse files
committed
Merge pull request #1812 from AArnott/patch-4
Ignore files generated by NuGet v3 project.json
2 parents 3299a7e + 6d1612c commit f51f0ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

VisualStudio.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,9 @@ publish/
150150
!**/packages/build/
151151
# Uncomment if necessary however generally it will be regenerated when needed
152152
#!**/packages/repositories.config
153+
# NuGet v3's project.json files produces more ignoreable files
154+
*.nuget.props
155+
*.nuget.targets
153156

154157
# Microsoft Azure Build Output
155158
csx/

0 commit comments

Comments
 (0)