diff options
Diffstat (limited to '.vscode/settings.json')
-rw-r--r-- | .vscode/settings.json | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 517a86d1bf..0000000000 --- a/.vscode/settings.json +++ /dev/null | |||
@@ -1,32 +0,0 @@ | |||
1 | { | ||
2 | "files.watcherExclude": { | ||
3 | "**/.git/**": true, | ||
4 | "**/cache/**": true, | ||
5 | "**/tmp*/**": true, | ||
6 | "**/downloads/**": true, | ||
7 | "**/sstate-cache/**": true, | ||
8 | "**/vscode-bitbake-build/**": true, | ||
9 | "**/workspace/sources/**": true, | ||
10 | "**/workspace/attic/**": true | ||
11 | }, | ||
12 | "files.exclude": { | ||
13 | "**/.git/**": true, | ||
14 | "**/cache/**": true, | ||
15 | "**/tmp*/**": true, | ||
16 | "**/downloads/**": true, | ||
17 | "**/sstate-cache/**": true, | ||
18 | "**/vscode-bitbake-build/**": true, | ||
19 | "**/workspace/sources/**": true, | ||
20 | "**/workspace/attic/**": true | ||
21 | }, | ||
22 | "python.analysis.exclude": [ | ||
23 | "**/.git/**", | ||
24 | "**/cache/**", | ||
25 | "**/tmp*/**", | ||
26 | "**/downloads/**", | ||
27 | "**/sstate-cache/**", | ||
28 | "**/vscode-bitbake-build/**", | ||
29 | "**/workspace/sources/**", | ||
30 | "**/workspace/attic/**" | ||
31 | ] | ||
32 | } | ||