mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-13 21:25:09 +00:00
24c3d17821
* remove game meta files * most if not all sfx and sprites for the fangames * delete some more meta files, add back some fangame icons * hide all the infringing games
60 lines
No EOL
1.7 KiB
JSON
60 lines
No EOL
1.7 KiB
JSON
{
|
|
"files.exclude": {
|
|
"**/.DS_Store": true,
|
|
"**/.git": true,
|
|
"**/.gitmodules": true,
|
|
"**/*.booproj": true,
|
|
"**/*.pidb": true,
|
|
"**/*.suo": true,
|
|
"**/*.user": true,
|
|
"**/*.userprefs": true,
|
|
"**/*.unityproj": true,
|
|
"**/*.dll": true,
|
|
"**/*.exe": true,
|
|
"**/*.pdf": true,
|
|
"**/*.mid": true,
|
|
"**/*.midi": true,
|
|
"**/*.wav": true,
|
|
"**/*.gif": true,
|
|
"**/*.ico": true,
|
|
"**/*.jpg": true,
|
|
"**/*.jpeg": true,
|
|
"**/*.png": true,
|
|
"**/*.psd": true,
|
|
"**/*.tga": true,
|
|
"**/*.tif": true,
|
|
"**/*.tiff": true,
|
|
"**/*.3ds": true,
|
|
"**/*.3DS": true,
|
|
"**/*.fbx": true,
|
|
"**/*.FBX": true,
|
|
"**/*.lxo": true,
|
|
"**/*.LXO": true,
|
|
"**/*.ma": true,
|
|
"**/*.MA": true,
|
|
"**/*.obj": true,
|
|
"**/*.OBJ": true,
|
|
"**/*.asset": true,
|
|
"**/*.cubemap": true,
|
|
"**/*.flare": true,
|
|
"**/*.mat": true,
|
|
"**/*.meta": true,
|
|
"**/*.prefab": true,
|
|
"**/*.unity": true,
|
|
"build/": true,
|
|
"Build/": true,
|
|
"Library/": true,
|
|
"library/": true,
|
|
"obj/": true,
|
|
"Obj/": true,
|
|
"ProjectSettings/": true,
|
|
"temp/": true,
|
|
"Temp/": true
|
|
},
|
|
"dotnet.defaultSolution": "HeavenStudioPlus.sln",
|
|
"files.autoSave": "off",
|
|
"editor.inlineSuggest.showToolbar": "always",
|
|
"editor.definitionLinkOpensInPeek": true,
|
|
"editor.gotoLocation.multipleDefinitions": "gotoAndPeek",
|
|
"editor.gotoLocation.alternativeDefinitionCommand": "editor.action.peekDefinition"
|
|
} |