dot/.template.config/template.json
2023-12-13 18:43:53 +08:00

30 lines
870 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"author": "nsnail", //必须
"classifications": [
"Web/WebAPI"
], //必须这个对应模板的Tags
"name": "Dot", //必须这个对应模板的Templates
"identity": "Dot", //可选,模板的唯一名称
"shortName": "lop", //必须这个对应模板的Short Name
"tags": {
"language": "C#",
"type": "project"
},
"sourceName": "Dot", // 可选,要替换的名字
"preferNameDirectory": true, // 可选,添加目录
"sources": [
{
"modifiers": [
{
"exclude": [
"**/.vs/**",
"**/.idea/**",
"**/.git/**",
"**/dist/**",
"**/node_modules/**"
]
}
]
}
],
}