Skip to content

Commit 0291686

Browse files
Reorganize templates into dir structure matching 'dotnet new' templates
1 parent 7c52be5 commit 0291686

File tree

220 files changed

+16
-30
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

220 files changed

+16
-30
lines changed

.gitignore

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ npm-debug.log
3333
# files with that name (https://github.com/npm/npm/issues/1862). So, each template instead has a template_gitignore
3434
# file which gets renamed after the files are copied. And so any files that need to be excluded in the source
3535
# repo have to be excluded here.
36-
/templates/*/node_modules/
37-
/templates/*/wwwroot/dist/
38-
/templates/*/ClientApp/dist/
39-
/templates/*/yarn.lock
36+
/templates/*/*/*/node_modules/
37+
/templates/*/*/*/wwwroot/dist/
38+
/templates/*/*/*/ClientApp/dist/
39+
/templates/*/*/*/yarn.lock
4040
.vscode/
4141

42-
/templates/*/Properties/launchSettings.json
42+
/templates/*/*/*/Properties/launchSettings.json
4343
global.json
4444
korebuild-lock.txt

templates/AngularSpa/.template.config/dotnetcli.host.json renamed to templates/Microsoft.AspNetCore.SpaTemplates/Content/aurelia/.template.config/dotnetcli.host.json

File renamed without changes.

templates/AureliaSpa/.template.config/icon.png renamed to templates/Microsoft.AspNetCore.SpaTemplates/Content/aurelia/.template.config/icon.png

File renamed without changes.

templates/AureliaSpa/.template.config/template.json renamed to templates/Microsoft.AspNetCore.SpaTemplates/Content/aurelia/.template.config/template.json

File renamed without changes.

templates/AureliaSpa/.template.config/vs-2017.3.host.json renamed to templates/Microsoft.AspNetCore.SpaTemplates/Content/aurelia/.template.config/vs-2017.3.host.json

File renamed without changes.

templates/AureliaSpa/AureliaSpa.csproj renamed to templates/Microsoft.AspNetCore.SpaTemplates/Content/aurelia/AureliaSpa.csproj

File renamed without changes.

templates/AureliaSpa/ClientApp/app/components/app/app.css renamed to templates/Microsoft.AspNetCore.SpaTemplates/Content/aurelia/ClientApp/app/components/app/app.css

File renamed without changes.

templates/AureliaSpa/ClientApp/app/components/app/app.html renamed to templates/Microsoft.AspNetCore.SpaTemplates/Content/aurelia/ClientApp/app/components/app/app.html

File renamed without changes.

templates/AureliaSpa/ClientApp/app/components/app/app.ts renamed to templates/Microsoft.AspNetCore.SpaTemplates/Content/aurelia/ClientApp/app/components/app/app.ts

File renamed without changes.

templates/AureliaSpa/ClientApp/app/components/counter/counter.html renamed to templates/Microsoft.AspNetCore.SpaTemplates/Content/aurelia/ClientApp/app/components/counter/counter.html

File renamed without changes.

0 commit comments

Comments
 (0)