-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy path.vscodeignore
More file actions
183 lines (172 loc) · 3.79 KB
/
Copy path.vscodeignore
File metadata and controls
183 lines (172 loc) · 3.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
.vscode/**
.vscode-test/**
out/**
node_modules/**
src/**
.gitignore
.yarnrc
webpack.config.js
vsc-extension-quickstart.md
**/tsconfig.json
**/.eslintrc.json
**/*.map
**/*.ts
**/pnpm-lock.yaml
weibo/src/**
weibo/node_modules/**
weibo/public/**
weibo/.gitignore
weibo/eslint.config.js
weibo/index.html
weibo/package.json
weibo/README.md
weibo/tsconfig.json
weibo/tsconfig.app.json
weibo/tsconfig.node.json
weibo/vite.config.ts
weibo/pnpm-lock.yaml
weibo/temp/**
zhihu/src/**
zhihu/node_modules/**
zhihu/public/**
zhihu/.gitignore
zhihu/eslint.config.js
zhihu/index.html
zhihu/package.json
zhihu/README.md
zhihu/tsconfig.json
zhihu/tsconfig.app.json
zhihu/tsconfig.node.json
zhihu/vite.config.ts
zhihu/pnpm-lock.yaml
temp/**
# xhs webview (exclude source & deps; only dist assets should be packed if needed)
xhs/src/**
xhs/node_modules/**
xhs/public/**
xhs/.gitignore
xhs/eslint.config.js
xhs/index.html
xhs/package.json
xhs/README.md
xhs/tsconfig.json
xhs/tsconfig.app.json
xhs/tsconfig.node.json
xhs/vite.config.ts
xhs/pnpm-lock.yaml
xhs/temp/**
# bilibili webview (exclude source & deps; only dist assets should be packed if needed)
bilibili/src/**
bilibili/node_modules/**
bilibili/public/**
bilibili/.gitignore
bilibili/eslint.config.js
bilibili/index.html
bilibili/package.json
bilibili/README.md
bilibili/tsconfig.json
bilibili/tsconfig.app.json
bilibili/tsconfig.node.json
bilibili/vite.config.ts
bilibili/pnpm-lock.yaml
bilibili/temp/**
# qqmusic webview (exclude source & deps; only dist assets should be packed if needed)
qqmusic/src/**
qqmusic/node_modules/**
qqmusic/public/**
qqmusic/.gitignore
qqmusic/eslint.config.js
qqmusic/index.html
qqmusic/package.json
qqmusic/README.md
qqmusic/tsconfig.json
qqmusic/tsconfig.app.json
qqmusic/tsconfig.node.json
qqmusic/vite.config.ts
qqmusic/pnpm-lock.yaml
qqmusic/temp/**
qqmusic/package-lock.json
# xiaoyuzhou webview (exclude source & deps; only dist assets should be packed if needed)
xiaoyuzhou/src/**
xiaoyuzhou/node_modules/**
xiaoyuzhou/public/**
xiaoyuzhou/.gitignore
xiaoyuzhou/eslint.config.js
xiaoyuzhou/index.html
xiaoyuzhou/package.json
xiaoyuzhou/README.md
xiaoyuzhou/tsconfig.json
xiaoyuzhou/tsconfig.app.json
xiaoyuzhou/tsconfig.node.json
xiaoyuzhou/vite.config.ts
xiaoyuzhou/pnpm-lock.yaml
xiaoyuzhou/temp/**
xiaoyuzhou/package-lock.json
# x webview (exclude source & deps; only dist assets should be packed if needed)
x/src/**
x/node_modules/**
x/public/**
x/.gitignore
x/eslint.config.js
x/index.html
x/package.json
x/README.md
x/tsconfig.json
x/tsconfig.app.json
x/tsconfig.node.json
x/vite.config.ts
x/pnpm-lock.yaml
x/temp/**
# weread webview (exclude source & deps; only dist assets should be packed if needed)
weread/src/**
weread/node_modules/**
weread/public/**
weread/.gitignore
weread/eslint.config.js
weread/index.html
weread/package.json
weread/README.md
weread/tsconfig.json
weread/tsconfig.app.json
weread/tsconfig.node.json
weread/vite.config.ts
weread/pnpm-lock.yaml
weread/temp/**
# netease webview (exclude source & deps; only dist assets should be packed if needed)
netease/src/**
netease/node_modules/**
netease/public/**
netease/.gitignore
netease/eslint.config.js
netease/index.html
netease/package.json
netease/README.md
netease/tsconfig.json
netease/tsconfig.app.json
netease/tsconfig.node.json
netease/vite.config.ts
netease/pnpm-lock.yaml
netease/temp/**
netease/package-lock.json
# douyin webview (exclude source & deps; only dist assets should be packed if needed)
douyin/src/**
douyin/node_modules/**
douyin/public/**
douyin/.gitignore
douyin/eslint.config.js
douyin/index.html
douyin/package.json
douyin/README.md
douyin/tsconfig.json
douyin/tsconfig.app.json
douyin/tsconfig.node.json
douyin/vite.config.ts
douyin/pnpm-lock.yaml
douyin/temp/**
douyin/package-lock.json
qqmusic-api-test/**
.github/**
.ruff_cache/**
.versionrc
eslint.config.mjs
pnpm-workspace.yaml