feat:添加模板
This commit is contained in:
23
Yi.Furion.Net6/.template.config/template.json
Normal file
23
Yi.Furion.Net6/.template.config/template.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"$schema": "http://json.schemastore.org/template",
|
||||
"author": "YI",
|
||||
"classifications": [ "Common", "Code" ],
|
||||
"identity": "yi",
|
||||
"name": "YI",
|
||||
"shortName": "yi",
|
||||
"sourceName": "Yi.Furion",
|
||||
"tags": {
|
||||
"language": "C#",
|
||||
"type": "item"
|
||||
},
|
||||
"sources": [
|
||||
{
|
||||
"modifiers": [
|
||||
{
|
||||
"exclude": [ "Server.Bin/**/*", "obj/**/*", "*.user", "*.vspscc", "*.vssscc", "*.cache",".git/**/*",".vs/**/*" ]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user