Skip to content

Instantly share code, notes, and snippets.

@restush
Created October 3, 2024 01:27
Show Gist options
  • Save restush/fcf9e32d59f42c57d5d4d60bc12ba6e0 to your computer and use it in GitHub Desktop.
Save restush/fcf9e32d59f42c57d5d4d60bc12ba6e0 to your computer and use it in GitHub Desktop.
Search Files Settings for App UI - Unity
{
"search.showLineNumbers": true,
"search.useIgnoreFiles": false,
"search.exclude": {
"**/*.uxml": true,
"**/*.asmdef": true,
"**/*.playable": true,
"**/*.asset": true,
"**/*.mat": true,
"**/*.meta": true,
"**/*.prefab": true,
"**/*.unity": true,
"**/*.csproj.dtbcache.json": true,
"**/*.sln": true,
"**/*.csproj": true,
"**/*.uss": false,
"**/Library/Bee/**": true,
"**/Library/**/*.md": true,
"**/Library/**/*.json": true,
"**/Library/**/UIElements/**": true,
"**/Library/**/Test/**": true,
"**/Library/**/Tests/**": true,
".vs": true,
"**/UserSettings/**": true,
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment