refactor: ♻️ 2.0 (#3)

This commit is contained in:
2023-12-14 15:03:07 +08:00
committed by GitHub
parent 8c0dbcf1f4
commit cf2988b389
73 changed files with 1157 additions and 371 deletions

View File

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