blob: 517a86d1bfaa782636e540f41c7970edf182cde5 [file] [log] [blame]
{
"files.watcherExclude": {
"**/.git/**": true,
"**/cache/**": true,
"**/tmp*/**": true,
"**/downloads/**": true,
"**/sstate-cache/**": true,
"**/vscode-bitbake-build/**": true,
"**/workspace/sources/**": true,
"**/workspace/attic/**": true
},
"files.exclude": {
"**/.git/**": true,
"**/cache/**": true,
"**/tmp*/**": true,
"**/downloads/**": true,
"**/sstate-cache/**": true,
"**/vscode-bitbake-build/**": true,
"**/workspace/sources/**": true,
"**/workspace/attic/**": true
},
"python.analysis.exclude": [
"**/.git/**",
"**/cache/**",
"**/tmp*/**",
"**/downloads/**",
"**/sstate-cache/**",
"**/vscode-bitbake-build/**",
"**/workspace/sources/**",
"**/workspace/attic/**"
]
}