File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 30
30
"titleBar.inactiveBackground" : " #003a67" ,
31
31
"titleBar.inactiveForeground" : " #84b8df"
32
32
},
33
+ "files.exclude" : {
34
+ "**/.yarn" : true ,
35
+ "**/.tsbuildinfo" : true ,
36
+ "website/.docusaurus" : true
37
+ },
38
+ "search.exclude" : {
39
+ "**/.next" : true ,
40
+ "**/.yarnrc.yml" : true ,
41
+ "**/build" : true ,
42
+ "**/CHANGELOG.md" : true ,
43
+ ".changeset" : true ,
44
+ "**/package-lock.json" : true ,
45
+ "packages/*/ts*" : true ,
46
+ "**/dist" : true ,
47
+ "**/dist-server" : true ,
48
+ "packages/**/index.d.ts" : true ,
49
+ "packages/*/lib" : true ,
50
+ "packages/*/legacy" : true ,
51
+ "yarn.lock" : true ,
52
+ "**/versioned_docs" : true ,
53
+ "**/*_versioned_docs" : true ,
54
+ "**/v8.log" : true ,
55
+ "website/src/components/Playground/editor-types" : true
56
+ },
57
+ "files.readonlyExclude" : {
58
+ "**/.next" : true ,
59
+ "**/v8.log" : true ,
60
+ "website/src/components/Playground/editor-types" : true
61
+ },
33
62
}
You can’t perform that action at this time.
0 commit comments