File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ dist-ssr
1515# Editor directories and files
1616.vscode /*
1717! .vscode /extensions.json
18+ ! .vscode /settings.json
1819.idea
1920.DS_Store
2021* .suo
Original file line number Diff line number Diff line change 1+ {
2+ "material-icon-theme.folders.customClones" : [
3+ {
4+ "name" : " function-editor" ,
5+ "base" : " functions" ,
6+ "color" : " cyan-800" ,
7+ "lightColor" : " light-green-700" ,
8+ "folderNames" : [" editor" ],
9+ "rootFolderNames" : [" editor" ]
10+ },
11+ {
12+ "name" : " function-graph" ,
13+ "base" : " lottie" ,
14+ "color" : " blue-800" ,
15+ "lightColor" : " light-blue-200" ,
16+ "folderNames" : [" graph" ],
17+ "rootFolderNames" : [" graph" ]
18+ },
19+ {
20+ "name" : " input-component" ,
21+ "base" : " mock" ,
22+ "color" : " cyan-800" ,
23+ "lightColor" : " light-green-700" ,
24+ "folderNames" : [" inputs" ],
25+ "rootFolderNames" : [" inputs" ]
26+ },
27+ {
28+ "name" : " icon" ,
29+ "base" : " svg" ,
30+ "color" : " purple-400" ,
31+ "lightColor" : " purple-100" ,
32+ "folderNames" : [" icons" ],
33+ "rootFolderNames" : [" icons" ]
34+ },
35+ ]
36+ }
You can’t perform that action at this time.
0 commit comments