diff --git a/Yi.Furion.Net6/.template.config/template.json b/Yi.Furion.Net6/.template.config/template.json new file mode 100644 index 00000000..86262b2c --- /dev/null +++ b/Yi.Furion.Net6/.template.config/template.json @@ -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/**/*" ] + } + ] + } + ] + +} \ No newline at end of file