30 lines
608 B
JSON
30 lines
608 B
JSON
{
|
|
"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
|
|
},
|
|
}
|