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-24 02:54:47 +0300
committerGitHub <noreply@github.com>2019-01-24 02:54:47 +0300
commit33bc4576da042255f375e8ba50f4fd513dcb0e4d (patch)
treeb445a68e97be01096aa23b3436c1b62cc56f8634 /.gitignore
parenteef9f76759b59e7a03197242b9b5378652838f4b (diff)
Convert ProjectTemplates to build using ProjectReferences (#6935)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 70e845f6a6..0f57015b8c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,4 +32,6 @@ korebuild-lock.txt
.gradle/
src/SignalR/clients/**/dist/
modules/
-.template.config/
+
+# Template config files for blazor templates is generated on-build
+src/Components/**/.template.config/