mirror of
https://github.com/nsnail/dot.git
synced 2025-04-14 09:32:49 +08:00
30 lines
870 B
JSON
30 lines
870 B
JSON
{
|
||
"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/**"
|
||
]
|
||
}
|
||
]
|
||
}
|
||
],
|
||
} |