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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordagood <dagood@microsoft.com>2015-12-08 22:58:33 +0300
committerdagood <dagood@microsoft.com>2015-12-10 01:25:26 +0300
commit0d881222d8c3269157639e2e67056e5a83aad834 (patch)
tree37095f719400668af02a12d380243867291acee2 /.gitignore
parenta5533d1426b36fff4c665997a50be1e597713d21 (diff)
Change all project.json files to validate. Remove lockfiles from source control and add to gitignore.
A few new references to pick up changes that happened over time.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 6cf7bff794..f8fe8b20aa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -140,6 +140,9 @@ publish/
*.nupkg
**/packages/*
+# NuGet package restore lockfiles
+project.lock.json
+
# Windows Azure Build Output
csx/
*.build.csdef