|
@@ -0,0 +1,32 @@
|
|
|
+{
|
|
|
+ "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/**"
|
|
|
+ ]
|
|
|
+}
|