Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSipke Schoorstra <sipkeschoorstra@outlook.com>2019-10-07 22:37:43 +0300
committerRyan Nowak <nowakra@gmail.com>2019-10-07 22:37:43 +0300
commit1c8ab0933e269dc1a5685a1acdb7b76ec2b194f8 (patch)
tree63d5e02e9397288871068d89335de0f6b7f0f891 /.gitignore
parent677fb870fdb61437b879092ab9a538ccfb5b7a21 (diff)
Add JObjectAdapter to support JSON Patch for JObject properties (#12908)
* Add JObjectAdapter to support JSON Patch for JObject properties * Add missing import * Update ref * Ignore Rider .idea folder * Add JsonPatch.sln * Add test project to solution * Add tests for JObject support * Remove unrelated test
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 8a2385174b..fddfe14e16 100644
--- a/.gitignore
+++ b/.gitignore
@@ -40,3 +40,4 @@ launchSettings.json
msbuild.ProjectImports.zip
StyleCop.Cache
UpgradeLog.htm
+.idea \ No newline at end of file