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:
authorNate McMaster <natemcmaster@users.noreply.github.com>2019-01-10 00:12:35 +0300
committerGitHub <noreply@github.com>2019-01-10 00:12:35 +0300
commitd3838620d6e46a621d74ccc06400b5fbea7143b2 (patch)
tree1531ea0dffffaea2749727143f3b91dc3893c0a2 /.gitignore
parent5d16f979657b767857f17d1065a62d40b5a945dd (diff)
Convert SignalR projects to build with ProjectReference (#6457)
Part of #4246 Changes: * Update source code layout to follow the new conventions for this repo * Update project files to use `<Reference>` * Update targets to build NPM packages * Update BuildTools to support custom 'restore' and 'test' targets
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index d022b0a7df..72ad168625 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,3 +28,4 @@ scripts/tmp/
launchSettings.json
korebuild-lock.txt
.gradle/
+src/SignalR/clients/**/dist/