移除C#导出支持
支持针对表配置输出目录
This commit is contained in:
29
.vscode/settings.json
vendored
Normal file
29
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"files.associations": {
|
||||
"*.tiny": "yaml",
|
||||
"*.yaml.txt": "yaml",
|
||||
"*.js.txt": "javascript",
|
||||
"*.meta": "yaml",
|
||||
"*.manifest": "yaml",
|
||||
"*.asset": "yaml",
|
||||
"project.tiny": "yaml"
|
||||
},
|
||||
"files.exclude": {
|
||||
"Library": true,
|
||||
"Logs": true,
|
||||
"Temp": true,
|
||||
"**/*.meta": true,
|
||||
"Packages/packages-lock.json": true,
|
||||
".temp": true,
|
||||
"UI/.objs": true,
|
||||
"yarn.lock": true,
|
||||
"TextToolDatas": true,
|
||||
"ProjectSettings": true,
|
||||
"UserSettings": true,
|
||||
"node_modules": true,
|
||||
"qrcodes": true,
|
||||
"obj": true,
|
||||
"*.csproj": true,
|
||||
"*.sln": true
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user