Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
Ignore the JSON.NET NuGet Package Files
  • Loading branch information
stefan-baumann committed Feb 18, 2015
1 parent 6e5b3ab commit 532caaa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -214,3 +214,13 @@ pip-log.txt

#Mr Developer
.mr.developer.cfg
packages/repositories.config
packages/Newtonsoft.Json.6.0.6/Newtonsoft.Json.6.0.6.nupkg
packages/Newtonsoft.Json.6.0.6/tools/install.ps1
packages/Newtonsoft.Json.6.0.6/lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.xml
packages/Newtonsoft.Json.6.0.6/lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.xml
packages/Newtonsoft.Json.6.0.6/lib/netcore45/Newtonsoft.Json.xml
packages/Newtonsoft.Json.6.0.6/lib/net45/Newtonsoft.Json.xml
packages/Newtonsoft.Json.6.0.6/lib/net40/Newtonsoft.Json.xml
packages/Newtonsoft.Json.6.0.6/lib/net35/Newtonsoft.Json.xml
packages/Newtonsoft.Json.6.0.6/lib/net20/Newtonsoft.Json.xml

0 comments on commit 532caaa

Please sign in to comment.