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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)