zcw-shared 2.10.0 → 2.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/materialFileIconMaps.json +3256 -0
- package/dist/functions/ai/aiLlmModelCapabilities.d.ts +13 -0
- package/dist/functions/ai/aiLlmModelCapabilities.js +80 -0
- package/dist/functions/ai/aiLlmModelCapabilities.js.map +1 -0
- package/dist/functions/browser/shortcutModKeyHint.d.ts +7 -0
- package/dist/functions/browser/shortcutModKeyHint.js +21 -0
- package/dist/functions/browser/shortcutModKeyHint.js.map +1 -0
- package/dist/functions/chat/chatShellTabConfig.d.ts +31 -0
- package/dist/functions/chat/chatShellTabConfig.js +219 -0
- package/dist/functions/chat/chatShellTabConfig.js.map +1 -0
- package/dist/functions/chat/chatShellTabEditor.d.ts +7 -0
- package/dist/functions/chat/chatShellTabEditor.js +42 -0
- package/dist/functions/chat/chatShellTabEditor.js.map +1 -0
- package/dist/functions/code/getLanguageFromExtension.d.ts +5 -0
- package/dist/functions/code/getLanguageFromExtension.js +90 -0
- package/dist/functions/code/getLanguageFromExtension.js.map +1 -0
- package/dist/functions/code/index.d.ts +1 -0
- package/dist/functions/code/index.js +2 -0
- package/dist/functions/code/index.js.map +1 -0
- package/dist/functions/dom/copyTextToClipboard.d.ts +1 -0
- package/dist/functions/dom/copyTextToClipboard.js +36 -0
- package/dist/functions/dom/copyTextToClipboard.js.map +1 -0
- package/dist/functions/file/extractVideoCover.d.ts +6 -0
- package/dist/functions/file/extractVideoCover.js +57 -0
- package/dist/functions/file/extractVideoCover.js.map +1 -0
- package/dist/functions/file/index.d.ts +4 -0
- package/dist/functions/file/index.js +5 -0
- package/dist/functions/file/index.js.map +1 -0
- package/dist/functions/file/inferMediaType.d.ts +8 -0
- package/dist/functions/file/inferMediaType.js +24 -0
- package/dist/functions/file/inferMediaType.js.map +1 -0
- package/dist/functions/file/materialFileIcon.d.ts +10 -0
- package/dist/functions/file/materialFileIcon.js +36 -0
- package/dist/functions/file/materialFileIcon.js.map +1 -0
- package/dist/functions/im/parseImMentionSegments.js +7 -1
- package/dist/functions/im/parseImMentionSegments.js.map +1 -1
- package/dist/functions/path/index.d.ts +4 -0
- package/dist/functions/path/index.js +5 -0
- package/dist/functions/path/index.js.map +1 -0
- package/dist/functions/path/pathBasename.d.ts +1 -0
- package/dist/functions/path/pathBasename.js +11 -0
- package/dist/functions/path/pathBasename.js.map +1 -0
- package/dist/functions/path/pathDirname.d.ts +1 -0
- package/dist/functions/path/pathDirname.js +19 -0
- package/dist/functions/path/pathDirname.js.map +1 -0
- package/dist/functions/path/pathExtname.d.ts +4 -0
- package/dist/functions/path/pathExtname.js +15 -0
- package/dist/functions/path/pathExtname.js.map +1 -0
- package/dist/functions/path/pathLastSegment.d.ts +1 -0
- package/dist/functions/path/pathLastSegment.js +11 -0
- package/dist/functions/path/pathLastSegment.js.map +1 -0
- package/dist/functions/qiankun/createQiankunVueApp.js +94 -18
- package/dist/functions/qiankun/createQiankunVueApp.js.map +1 -1
- package/dist/functions/tree/index.d.ts +1 -0
- package/dist/functions/tree/index.js +2 -0
- package/dist/functions/tree/index.js.map +1 -0
- package/dist/functions/tree/pathsToTreeNodes.d.ts +26 -0
- package/dist/functions/tree/pathsToTreeNodes.js +102 -0
- package/dist/functions/tree/pathsToTreeNodes.js.map +1 -0
- package/dist/schemas/video.schema.d.ts +39 -39
- package/dist/schemas/video.schema.js +3 -3
- package/dist/schemas/video.schema.js.map +1 -1
- package/package.json +30 -14
- package/types/ai-llm-model-capabilities.d.ts +25 -0
- package/types/assets.d.ts +12 -0
- package/types/chat-shell-tab-config.d.ts +63 -0
- package/types/im-chat.d.ts +9 -0
- package/types/video.d.ts +8 -4
|
@@ -0,0 +1,3256 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "MaterialIconMaps/v1",
|
|
3
|
+
"_meta": {
|
|
4
|
+
"source": "vscode-material-icon-theme",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"note": "Generated from material-extensions/vscode-material-icon-theme; MIT License. Re-run script to refresh."
|
|
7
|
+
},
|
|
8
|
+
"defaultFileIcon": "file",
|
|
9
|
+
"defaultFolderIcon": "folder",
|
|
10
|
+
"extToIcon": {
|
|
11
|
+
"60": "slint",
|
|
12
|
+
"htm": "html",
|
|
13
|
+
"xhtml": "html",
|
|
14
|
+
"html_vm": "html",
|
|
15
|
+
"asp": "html",
|
|
16
|
+
"jade": "pug",
|
|
17
|
+
"pug": "pug",
|
|
18
|
+
"md": "markdown",
|
|
19
|
+
"markdown": "markdown",
|
|
20
|
+
"rst": "markdown",
|
|
21
|
+
"blink": "blink",
|
|
22
|
+
"css": "css",
|
|
23
|
+
"scss": "sass",
|
|
24
|
+
"sass": "sass",
|
|
25
|
+
"less": "less",
|
|
26
|
+
"json": "json",
|
|
27
|
+
"jsonc": "json",
|
|
28
|
+
"tsbuildinfo": "json",
|
|
29
|
+
"json5": "json",
|
|
30
|
+
"jsonl": "json",
|
|
31
|
+
"ndjson": "json",
|
|
32
|
+
"schema.json": "json_schema",
|
|
33
|
+
"hjson": "hjson",
|
|
34
|
+
"jinja": "jinja",
|
|
35
|
+
"jinja2": "jinja",
|
|
36
|
+
"j2": "jinja",
|
|
37
|
+
"jinja-html": "jinja",
|
|
38
|
+
"proto": "proto",
|
|
39
|
+
"prompt.md": "prompt",
|
|
40
|
+
"prompts.md": "prompt",
|
|
41
|
+
"sublime-project": "sublime",
|
|
42
|
+
"sublime-workspace": "sublime",
|
|
43
|
+
"slx": "simulink",
|
|
44
|
+
"qmd": "quarto",
|
|
45
|
+
"tw": "twine",
|
|
46
|
+
"twee": "twine",
|
|
47
|
+
"yml.dist": "yaml",
|
|
48
|
+
"yaml.dist": "yaml",
|
|
49
|
+
"YAML-tmLanguage": "yaml",
|
|
50
|
+
"xml": "xml",
|
|
51
|
+
"plist": "xml",
|
|
52
|
+
"xsd": "xml",
|
|
53
|
+
"dtd": "xml",
|
|
54
|
+
"xsl": "xml",
|
|
55
|
+
"xslt": "xml",
|
|
56
|
+
"resx": "xml",
|
|
57
|
+
"iml": "xml",
|
|
58
|
+
"xquery": "xml",
|
|
59
|
+
"tmLanguage": "xml",
|
|
60
|
+
"manifest": "xml",
|
|
61
|
+
"project": "xml",
|
|
62
|
+
"xml.dist": "xml",
|
|
63
|
+
"xml.dist.sample": "xml",
|
|
64
|
+
"dmn": "xml",
|
|
65
|
+
"jrxml": "xml",
|
|
66
|
+
"xmp": "xml",
|
|
67
|
+
"toml": "toml",
|
|
68
|
+
"toon": "toon",
|
|
69
|
+
"png": "image",
|
|
70
|
+
"jpeg": "image",
|
|
71
|
+
"jpg": "image",
|
|
72
|
+
"gif": "image",
|
|
73
|
+
"ico": "image",
|
|
74
|
+
"tif": "image",
|
|
75
|
+
"tiff": "image",
|
|
76
|
+
"ami": "image",
|
|
77
|
+
"apx": "image",
|
|
78
|
+
"avif": "image",
|
|
79
|
+
"bmp": "image",
|
|
80
|
+
"bpg": "image",
|
|
81
|
+
"brk": "image",
|
|
82
|
+
"cur": "image",
|
|
83
|
+
"dds": "image",
|
|
84
|
+
"exr": "image",
|
|
85
|
+
"fpx": "image",
|
|
86
|
+
"gbr": "image",
|
|
87
|
+
"img": "image",
|
|
88
|
+
"jbig2": "image",
|
|
89
|
+
"jb2": "image",
|
|
90
|
+
"jng": "image",
|
|
91
|
+
"jxr": "image",
|
|
92
|
+
"pgf": "image",
|
|
93
|
+
"pic": "image",
|
|
94
|
+
"raw": "image",
|
|
95
|
+
"webp": "image",
|
|
96
|
+
"eps": "image",
|
|
97
|
+
"afphoto": "image",
|
|
98
|
+
"ase": "image",
|
|
99
|
+
"aseprite": "image",
|
|
100
|
+
"clip": "image",
|
|
101
|
+
"cpt": "image",
|
|
102
|
+
"heif": "image",
|
|
103
|
+
"heic": "image",
|
|
104
|
+
"kra": "image",
|
|
105
|
+
"mdp": "image",
|
|
106
|
+
"ora": "image",
|
|
107
|
+
"pdn": "image",
|
|
108
|
+
"reb": "image",
|
|
109
|
+
"sai": "image",
|
|
110
|
+
"tga": "image",
|
|
111
|
+
"xcf": "image",
|
|
112
|
+
"jfif": "image",
|
|
113
|
+
"ppm": "image",
|
|
114
|
+
"pbm": "image",
|
|
115
|
+
"pgm": "image",
|
|
116
|
+
"pnm": "image",
|
|
117
|
+
"icns": "image",
|
|
118
|
+
"3fr": "image",
|
|
119
|
+
"ari": "image",
|
|
120
|
+
"arw": "image",
|
|
121
|
+
"bay": "image",
|
|
122
|
+
"braw": "image",
|
|
123
|
+
"crw": "image",
|
|
124
|
+
"cr2": "image",
|
|
125
|
+
"cr3": "image",
|
|
126
|
+
"cap": "image",
|
|
127
|
+
"data": "image",
|
|
128
|
+
"dcs": "image",
|
|
129
|
+
"dcr": "image",
|
|
130
|
+
"dng": "image",
|
|
131
|
+
"drf": "image",
|
|
132
|
+
"eip": "image",
|
|
133
|
+
"erf": "image",
|
|
134
|
+
"fff": "image",
|
|
135
|
+
"gpr": "image",
|
|
136
|
+
"iiq": "image",
|
|
137
|
+
"k25": "image",
|
|
138
|
+
"kdc": "image",
|
|
139
|
+
"mdc": "image",
|
|
140
|
+
"mef": "image",
|
|
141
|
+
"mos": "image",
|
|
142
|
+
"mrw": "image",
|
|
143
|
+
"nef": "image",
|
|
144
|
+
"nrw": "image",
|
|
145
|
+
"obm": "image",
|
|
146
|
+
"orf": "image",
|
|
147
|
+
"pef": "image",
|
|
148
|
+
"ptx": "image",
|
|
149
|
+
"pxn": "image",
|
|
150
|
+
"r3d": "image",
|
|
151
|
+
"raf": "image",
|
|
152
|
+
"rwl": "image",
|
|
153
|
+
"rw2": "image",
|
|
154
|
+
"rwz": "image",
|
|
155
|
+
"sr2": "image",
|
|
156
|
+
"srf": "image",
|
|
157
|
+
"srw": "image",
|
|
158
|
+
"x3f": "image",
|
|
159
|
+
"ktx": "image",
|
|
160
|
+
"ktx2": "image",
|
|
161
|
+
"pal": "palette",
|
|
162
|
+
"gpl": "palette",
|
|
163
|
+
"act": "palette",
|
|
164
|
+
"esx": "javascript",
|
|
165
|
+
"mjs": "javascript",
|
|
166
|
+
"jsx": "react",
|
|
167
|
+
"tsx": "qwik",
|
|
168
|
+
"routing.ts": "routing",
|
|
169
|
+
"routing.tsx": "routing",
|
|
170
|
+
"routing.js": "routing",
|
|
171
|
+
"routing.jsx": "routing",
|
|
172
|
+
"route.ts": "routing",
|
|
173
|
+
"route.tsx": "routing",
|
|
174
|
+
"route.js": "routing",
|
|
175
|
+
"route.jsx": "routing",
|
|
176
|
+
"routes.ts": "routing",
|
|
177
|
+
"routes.tsx": "routing",
|
|
178
|
+
"routes.js": "routing",
|
|
179
|
+
"routes.jsx": "routing",
|
|
180
|
+
"action.js": "redux-action",
|
|
181
|
+
"actions.js": "redux-action",
|
|
182
|
+
"action.ts": "redux-action",
|
|
183
|
+
"actions.ts": "ngrx-actions",
|
|
184
|
+
"reducer.js": "redux-reducer",
|
|
185
|
+
"reducers.js": "redux-reducer",
|
|
186
|
+
"reducer.ts": "ngrx-reducer",
|
|
187
|
+
"reducers.ts": "redux-reducer",
|
|
188
|
+
"selector.js": "redux-selector",
|
|
189
|
+
"selectors.js": "redux-selector",
|
|
190
|
+
"selector.ts": "redux-selector",
|
|
191
|
+
"selectors.ts": "ngrx-selectors",
|
|
192
|
+
"store.js": "vuex-store",
|
|
193
|
+
"store.ts": "vuex-store",
|
|
194
|
+
"ini": "settings",
|
|
195
|
+
"dlc": "settings",
|
|
196
|
+
"config": "settings",
|
|
197
|
+
"conf": "settings",
|
|
198
|
+
"properties": "settings",
|
|
199
|
+
"prop": "settings",
|
|
200
|
+
"settings": "settings",
|
|
201
|
+
"option": "settings",
|
|
202
|
+
"props": "settings",
|
|
203
|
+
"prefs": "settings",
|
|
204
|
+
"sln.dotsettings": "settings",
|
|
205
|
+
"sln.dotsettings.user": "settings",
|
|
206
|
+
"cfg": "settings",
|
|
207
|
+
"cnf": "settings",
|
|
208
|
+
"tool-versions": "settings",
|
|
209
|
+
"d.ts": "typescript-def",
|
|
210
|
+
"d.cts": "typescript-def",
|
|
211
|
+
"d.mts": "typescript-def",
|
|
212
|
+
"d.ets": "typescript-def",
|
|
213
|
+
"mdoc": "markdoc",
|
|
214
|
+
"markdoc": "markdoc",
|
|
215
|
+
"markdoc.md": "markdoc",
|
|
216
|
+
"marko": "markojs",
|
|
217
|
+
"astro": "astro",
|
|
218
|
+
"pdf": "pdf",
|
|
219
|
+
"xlsx": "table",
|
|
220
|
+
"xlsm": "table",
|
|
221
|
+
"xls": "table",
|
|
222
|
+
"csv": "table",
|
|
223
|
+
"tsv": "table",
|
|
224
|
+
"psv": "table",
|
|
225
|
+
"ods": "table",
|
|
226
|
+
"vscodeignore": "vscode",
|
|
227
|
+
"vsixmanifest": "vscode",
|
|
228
|
+
"vsix": "vscode",
|
|
229
|
+
"code-workplace": "vscode",
|
|
230
|
+
"code-workspace": "vscode",
|
|
231
|
+
"code-profile": "vscode",
|
|
232
|
+
"code-snippets": "vscode",
|
|
233
|
+
"csproj": "visualstudio",
|
|
234
|
+
"ruleset": "visualstudio",
|
|
235
|
+
"sln": "visualstudio",
|
|
236
|
+
"slnf": "visualstudio",
|
|
237
|
+
"slnx": "visualstudio",
|
|
238
|
+
"suo": "visualstudio",
|
|
239
|
+
"vb": "visualstudio",
|
|
240
|
+
"vbs": "visualstudio",
|
|
241
|
+
"vcxitems": "visualstudio",
|
|
242
|
+
"vcxitems.filters": "visualstudio",
|
|
243
|
+
"vcxproj": "visualstudio",
|
|
244
|
+
"vcxproj.filters": "visualstudio",
|
|
245
|
+
"wixproj": "visualstudio",
|
|
246
|
+
"vcl": "varnish",
|
|
247
|
+
"pdb": "database",
|
|
248
|
+
"sql": "database",
|
|
249
|
+
"pks": "database",
|
|
250
|
+
"pkb": "database",
|
|
251
|
+
"accdb": "database",
|
|
252
|
+
"mdb": "database",
|
|
253
|
+
"sqlite": "database",
|
|
254
|
+
"sqlite3": "database",
|
|
255
|
+
"pgsql": "database",
|
|
256
|
+
"postgres": "database",
|
|
257
|
+
"plpgsql": "database",
|
|
258
|
+
"psql": "database",
|
|
259
|
+
"db": "database",
|
|
260
|
+
"db3": "database",
|
|
261
|
+
"dblite": "database",
|
|
262
|
+
"dblite3": "database",
|
|
263
|
+
"debugsymbols": "database",
|
|
264
|
+
"odb": "database",
|
|
265
|
+
"accde": "database",
|
|
266
|
+
"adp": "database",
|
|
267
|
+
"bak": "database",
|
|
268
|
+
"bdb": "database",
|
|
269
|
+
"dbf": "database",
|
|
270
|
+
"fdb": "database",
|
|
271
|
+
"feather": "database",
|
|
272
|
+
"gdb": "database",
|
|
273
|
+
"ibd": "database",
|
|
274
|
+
"mdf": "database",
|
|
275
|
+
"mde": "database",
|
|
276
|
+
"myd": "database",
|
|
277
|
+
"myi": "database",
|
|
278
|
+
"ndf": "database",
|
|
279
|
+
"orc": "database",
|
|
280
|
+
"parquet": "database",
|
|
281
|
+
"sdf": "database",
|
|
282
|
+
"ldf": "database",
|
|
283
|
+
"frm": "database",
|
|
284
|
+
"kdbx": "database",
|
|
285
|
+
"kql": "kusto",
|
|
286
|
+
"cs": "csharp",
|
|
287
|
+
"csx": "csharp",
|
|
288
|
+
"csharp": "csharp",
|
|
289
|
+
"qs": "qsharp",
|
|
290
|
+
"zip": "zip",
|
|
291
|
+
"z": "zip",
|
|
292
|
+
"tar": "zip",
|
|
293
|
+
"gz": "zip",
|
|
294
|
+
"xz": "zip",
|
|
295
|
+
"lz": "zip",
|
|
296
|
+
"liz": "zip",
|
|
297
|
+
"lzma": "zip",
|
|
298
|
+
"lzma2": "zip",
|
|
299
|
+
"lz4": "zip",
|
|
300
|
+
"lz5": "zip",
|
|
301
|
+
"lzh": "zip",
|
|
302
|
+
"lha": "zip",
|
|
303
|
+
"br": "zip",
|
|
304
|
+
"bz2": "zip",
|
|
305
|
+
"bzip2": "zip",
|
|
306
|
+
"gzip": "zip",
|
|
307
|
+
"brotli": "zip",
|
|
308
|
+
"7z": "zip",
|
|
309
|
+
"001": "zip",
|
|
310
|
+
"rar": "zip",
|
|
311
|
+
"far": "zip",
|
|
312
|
+
"tz": "zip",
|
|
313
|
+
"taz": "zip",
|
|
314
|
+
"tlz": "zip",
|
|
315
|
+
"txz": "zip",
|
|
316
|
+
"tgz": "zip",
|
|
317
|
+
"tpz": "zip",
|
|
318
|
+
"tbz": "zip",
|
|
319
|
+
"tbz2": "zip",
|
|
320
|
+
"zst": "zip",
|
|
321
|
+
"zstd": "zip",
|
|
322
|
+
"tzst": "zip",
|
|
323
|
+
"tzstd": "zip",
|
|
324
|
+
"cab": "zip",
|
|
325
|
+
"cpio": "zip",
|
|
326
|
+
"rpm": "zip",
|
|
327
|
+
"deb": "zip",
|
|
328
|
+
"arj": "zip",
|
|
329
|
+
"wim": "zip",
|
|
330
|
+
"swm": "zip",
|
|
331
|
+
"esd": "zip",
|
|
332
|
+
"fat": "zip",
|
|
333
|
+
"xar": "zip",
|
|
334
|
+
"ntfs": "zip",
|
|
335
|
+
"hfs": "zip",
|
|
336
|
+
"squashfs": "zip",
|
|
337
|
+
"apfs": "zip",
|
|
338
|
+
"vala": "vala",
|
|
339
|
+
"zig": "zig",
|
|
340
|
+
"zon": "zig",
|
|
341
|
+
"exe": "exe",
|
|
342
|
+
"msi": "exe",
|
|
343
|
+
"dat": "hex",
|
|
344
|
+
"bin": "hex",
|
|
345
|
+
"hex": "hex",
|
|
346
|
+
"java": "java",
|
|
347
|
+
"jsp": "java",
|
|
348
|
+
"jar": "jar",
|
|
349
|
+
"class": "javaclass",
|
|
350
|
+
"c3": "c3",
|
|
351
|
+
"c": "c",
|
|
352
|
+
"i": "c",
|
|
353
|
+
"mi": "c",
|
|
354
|
+
"h": "h",
|
|
355
|
+
"cc": "cpp",
|
|
356
|
+
"cpp": "cpp",
|
|
357
|
+
"cxx": "cpp",
|
|
358
|
+
"c++": "cpp",
|
|
359
|
+
"cp": "cpp",
|
|
360
|
+
"mii": "cpp",
|
|
361
|
+
"ii": "cpp",
|
|
362
|
+
"cppm": "cpp",
|
|
363
|
+
"hh": "hpp",
|
|
364
|
+
"hpp": "hpp",
|
|
365
|
+
"hxx": "hpp",
|
|
366
|
+
"h++": "hpp",
|
|
367
|
+
"hp": "hpp",
|
|
368
|
+
"tcc": "hpp",
|
|
369
|
+
"inl": "hpp",
|
|
370
|
+
"rc": "rc",
|
|
371
|
+
"go": "go",
|
|
372
|
+
"py": "python",
|
|
373
|
+
"pyc": "python-misc",
|
|
374
|
+
"whl": "python-misc",
|
|
375
|
+
"egg": "python-misc",
|
|
376
|
+
"url": "url",
|
|
377
|
+
"sh": "console",
|
|
378
|
+
"ksh": "console",
|
|
379
|
+
"csh": "console",
|
|
380
|
+
"tcsh": "console",
|
|
381
|
+
"zsh": "console",
|
|
382
|
+
"bash": "console",
|
|
383
|
+
"bat": "console",
|
|
384
|
+
"cmd": "console",
|
|
385
|
+
"awk": "console",
|
|
386
|
+
"fish": "console",
|
|
387
|
+
"exp": "console",
|
|
388
|
+
"nu": "console",
|
|
389
|
+
"xsh": "console",
|
|
390
|
+
"ps1": "powershell",
|
|
391
|
+
"psm1": "powershell",
|
|
392
|
+
"psd1": "powershell",
|
|
393
|
+
"ps1xml": "powershell",
|
|
394
|
+
"psc1": "powershell",
|
|
395
|
+
"pssc": "powershell",
|
|
396
|
+
"excalidraw": "excalidraw",
|
|
397
|
+
"excalidraw.json": "excalidraw",
|
|
398
|
+
"excalidraw.svg": "excalidraw",
|
|
399
|
+
"excalidraw.png": "excalidraw",
|
|
400
|
+
"gradle": "gradle",
|
|
401
|
+
"doc": "word",
|
|
402
|
+
"docx": "word",
|
|
403
|
+
"rtf": "word",
|
|
404
|
+
"odt": "word",
|
|
405
|
+
"cer": "certificate",
|
|
406
|
+
"cert": "certificate",
|
|
407
|
+
"crt": "certificate",
|
|
408
|
+
"pub": "key",
|
|
409
|
+
"key": "key",
|
|
410
|
+
"pem": "key",
|
|
411
|
+
"asc": "key",
|
|
412
|
+
"gpg": "key",
|
|
413
|
+
"passwd": "key",
|
|
414
|
+
"shasum": "key",
|
|
415
|
+
"sha256": "key",
|
|
416
|
+
"sha256sum": "key",
|
|
417
|
+
"sha256sums": "key",
|
|
418
|
+
"secret": "key",
|
|
419
|
+
"woff": "font",
|
|
420
|
+
"woff2": "font",
|
|
421
|
+
"ttf": "font",
|
|
422
|
+
"eot": "font",
|
|
423
|
+
"suit": "font",
|
|
424
|
+
"otf": "font",
|
|
425
|
+
"bmap": "font",
|
|
426
|
+
"fnt": "font",
|
|
427
|
+
"odttf": "font",
|
|
428
|
+
"ttc": "font",
|
|
429
|
+
"font": "font",
|
|
430
|
+
"fonts": "font",
|
|
431
|
+
"sui": "font",
|
|
432
|
+
"ntf": "font",
|
|
433
|
+
"mrf": "font",
|
|
434
|
+
"lib": "lib",
|
|
435
|
+
"a": "lib",
|
|
436
|
+
"bib": "bibliography",
|
|
437
|
+
"bst": "bibtex-style",
|
|
438
|
+
"dll": "dll",
|
|
439
|
+
"ilk": "dll",
|
|
440
|
+
"so": "dll",
|
|
441
|
+
"rb": "ruby",
|
|
442
|
+
"erb": "ruby",
|
|
443
|
+
"rbs": "ruby",
|
|
444
|
+
"fs": "fsharp",
|
|
445
|
+
"fsx": "fsharp",
|
|
446
|
+
"fsi": "fsharp",
|
|
447
|
+
"fsproj": "fsharp",
|
|
448
|
+
"swift": "swift",
|
|
449
|
+
"xcplayground": "swift",
|
|
450
|
+
"swiftdeps": "swift",
|
|
451
|
+
"swiftdoc": "swift",
|
|
452
|
+
"swiftmodule": "swift",
|
|
453
|
+
"swiftsourceinfo": "swift",
|
|
454
|
+
"ino": "arduino",
|
|
455
|
+
"dockerignore": "docker",
|
|
456
|
+
"dockerfile": "docker",
|
|
457
|
+
"docker-compose.yml": "docker",
|
|
458
|
+
"docker-compose.yaml": "docker",
|
|
459
|
+
"containerignore": "docker",
|
|
460
|
+
"containerfile": "docker",
|
|
461
|
+
"compose.yaml": "docker",
|
|
462
|
+
"compose.yml": "docker",
|
|
463
|
+
"sty": "sty",
|
|
464
|
+
"ctx": "context",
|
|
465
|
+
"dtx": "dtx",
|
|
466
|
+
"ins": "doctex-installer",
|
|
467
|
+
"bbx": "bbx",
|
|
468
|
+
"cbx": "cbx",
|
|
469
|
+
"lbx": "lbx",
|
|
470
|
+
"pptx": "powerpoint",
|
|
471
|
+
"ppt": "powerpoint",
|
|
472
|
+
"pptm": "powerpoint",
|
|
473
|
+
"potx": "powerpoint",
|
|
474
|
+
"potm": "powerpoint",
|
|
475
|
+
"ppsx": "powerpoint",
|
|
476
|
+
"ppsm": "powerpoint",
|
|
477
|
+
"pps": "powerpoint",
|
|
478
|
+
"ppam": "powerpoint",
|
|
479
|
+
"ppa": "powerpoint",
|
|
480
|
+
"odp": "powerpoint",
|
|
481
|
+
"webm": "video",
|
|
482
|
+
"mkv": "video",
|
|
483
|
+
"flv": "video",
|
|
484
|
+
"vob": "video",
|
|
485
|
+
"ogv": "video",
|
|
486
|
+
"ogg": "video",
|
|
487
|
+
"gifv": "video",
|
|
488
|
+
"avi": "video",
|
|
489
|
+
"mov": "video",
|
|
490
|
+
"qt": "video",
|
|
491
|
+
"wmv": "video",
|
|
492
|
+
"yuv": "video",
|
|
493
|
+
"rm": "video",
|
|
494
|
+
"rmvb": "video",
|
|
495
|
+
"mp4": "video",
|
|
496
|
+
"m4v": "video",
|
|
497
|
+
"mpg": "video",
|
|
498
|
+
"mp2": "video",
|
|
499
|
+
"mpeg": "video",
|
|
500
|
+
"mpe": "video",
|
|
501
|
+
"mpv": "video",
|
|
502
|
+
"m2v": "video",
|
|
503
|
+
"vdi": "virtual",
|
|
504
|
+
"vbox": "virtual",
|
|
505
|
+
"vbox-prev": "virtual",
|
|
506
|
+
"ved": "vedic",
|
|
507
|
+
"veda": "vedic",
|
|
508
|
+
"vedic": "vedic",
|
|
509
|
+
"edb": "email",
|
|
510
|
+
"eml": "email",
|
|
511
|
+
"emlx": "email",
|
|
512
|
+
"ics": "email",
|
|
513
|
+
"mbox": "email",
|
|
514
|
+
"msg": "email",
|
|
515
|
+
"oft": "email",
|
|
516
|
+
"olm": "email",
|
|
517
|
+
"ost": "email",
|
|
518
|
+
"p7s": "email",
|
|
519
|
+
"pst": "email",
|
|
520
|
+
"rpmsg": "email",
|
|
521
|
+
"tnef": "email",
|
|
522
|
+
"8svx": "audio",
|
|
523
|
+
"aa": "audio",
|
|
524
|
+
"aac": "audio",
|
|
525
|
+
"aax": "audio",
|
|
526
|
+
"ac3": "audio",
|
|
527
|
+
"aif": "audio",
|
|
528
|
+
"aiff": "audio",
|
|
529
|
+
"alac": "audio",
|
|
530
|
+
"amr": "audio",
|
|
531
|
+
"ape": "audio",
|
|
532
|
+
"caf": "audio",
|
|
533
|
+
"cda": "audio",
|
|
534
|
+
"cdr": "audio",
|
|
535
|
+
"dss": "audio",
|
|
536
|
+
"ec3": "audio",
|
|
537
|
+
"efs": "audio",
|
|
538
|
+
"enc": "audio",
|
|
539
|
+
"flac": "audio",
|
|
540
|
+
"flp": "audio",
|
|
541
|
+
"gp": "audio",
|
|
542
|
+
"gsm": "audio",
|
|
543
|
+
"it": "audio",
|
|
544
|
+
"m3u": "audio",
|
|
545
|
+
"m3u8": "audio",
|
|
546
|
+
"m4a": "audio",
|
|
547
|
+
"m4b": "audio",
|
|
548
|
+
"m4p": "audio",
|
|
549
|
+
"m4r": "audio",
|
|
550
|
+
"mid": "audio",
|
|
551
|
+
"mka": "audio",
|
|
552
|
+
"mmf": "audio",
|
|
553
|
+
"mod": "audio",
|
|
554
|
+
"mp3": "audio",
|
|
555
|
+
"mpc": "audio",
|
|
556
|
+
"mscz": "audio",
|
|
557
|
+
"mtm": "audio",
|
|
558
|
+
"mui": "audio",
|
|
559
|
+
"musx": "audio",
|
|
560
|
+
"mxl": "audio",
|
|
561
|
+
"nsa": "audio",
|
|
562
|
+
"opus": "audio",
|
|
563
|
+
"pkf": "audio",
|
|
564
|
+
"qcp": "audio",
|
|
565
|
+
"ra": "audio",
|
|
566
|
+
"rf64": "audio",
|
|
567
|
+
"rip": "audio",
|
|
568
|
+
"sdt": "audio",
|
|
569
|
+
"sesx": "audio",
|
|
570
|
+
"sf2": "audio",
|
|
571
|
+
"stap": "audio",
|
|
572
|
+
"tg": "audio",
|
|
573
|
+
"voc": "audio",
|
|
574
|
+
"vqf": "audio",
|
|
575
|
+
"wav": "audio",
|
|
576
|
+
"weba": "audio",
|
|
577
|
+
"wfp": "audio",
|
|
578
|
+
"wma": "audio",
|
|
579
|
+
"wpl": "audio",
|
|
580
|
+
"wproj": "audio",
|
|
581
|
+
"wv": "audio",
|
|
582
|
+
"coffee": "coffee",
|
|
583
|
+
"cson": "coffee",
|
|
584
|
+
"iced": "coffee",
|
|
585
|
+
"txt": "document",
|
|
586
|
+
"lrc": "lyric",
|
|
587
|
+
"graphql": "graphql",
|
|
588
|
+
"gql": "graphql",
|
|
589
|
+
"rs": "rust",
|
|
590
|
+
"ron": "rust",
|
|
591
|
+
"raml": "raml",
|
|
592
|
+
"xaml": "xaml",
|
|
593
|
+
"hs": "haskell",
|
|
594
|
+
"lhs": "haskell",
|
|
595
|
+
"kt": "kotlin",
|
|
596
|
+
"kts": "kotlin",
|
|
597
|
+
"mist.js": "mist",
|
|
598
|
+
"mist.ts": "mist",
|
|
599
|
+
"mist.jsx": "mist",
|
|
600
|
+
"mist.tsx": "mist",
|
|
601
|
+
"otne": "otne",
|
|
602
|
+
"patch": "git",
|
|
603
|
+
"lua": "lua",
|
|
604
|
+
"clj": "clojure",
|
|
605
|
+
"cljs": "clojure",
|
|
606
|
+
"cljc": "clojure",
|
|
607
|
+
"groovy": "groovy",
|
|
608
|
+
"r": "r",
|
|
609
|
+
"rmd": "r",
|
|
610
|
+
"dart": "dart",
|
|
611
|
+
"freezed.dart": "dart_generated",
|
|
612
|
+
"g.dart": "dart_generated",
|
|
613
|
+
"as": "actionscript",
|
|
614
|
+
"mxml": "mxml",
|
|
615
|
+
"ahk": "autohotkey",
|
|
616
|
+
"swf": "flash",
|
|
617
|
+
"swc": "adobe-swc",
|
|
618
|
+
"swcrc": "swc",
|
|
619
|
+
"cmake": "cmake",
|
|
620
|
+
"asm": "assembly",
|
|
621
|
+
"a51": "assembly",
|
|
622
|
+
"inc": "assembly",
|
|
623
|
+
"nasm": "assembly",
|
|
624
|
+
"s": "assembly",
|
|
625
|
+
"ms": "assembly",
|
|
626
|
+
"agc": "assembly",
|
|
627
|
+
"ags": "assembly",
|
|
628
|
+
"aea": "assembly",
|
|
629
|
+
"argus": "assembly",
|
|
630
|
+
"mitigus": "assembly",
|
|
631
|
+
"binsource": "assembly",
|
|
632
|
+
"vue": "vue",
|
|
633
|
+
"ml": "ocaml",
|
|
634
|
+
"mli": "ocaml",
|
|
635
|
+
"cmx": "ocaml",
|
|
636
|
+
"odin": "odin",
|
|
637
|
+
"onnx": "onnx",
|
|
638
|
+
"js.map": "javascript-map",
|
|
639
|
+
"mjs.map": "javascript-map",
|
|
640
|
+
"cjs.map": "javascript-map",
|
|
641
|
+
"css.map": "css-map",
|
|
642
|
+
"lock": "lock",
|
|
643
|
+
"hbs": "handlebars",
|
|
644
|
+
"mustache": "handlebars",
|
|
645
|
+
"pm": "perl",
|
|
646
|
+
"raku": "perl",
|
|
647
|
+
"hx": "haxe",
|
|
648
|
+
"spec.ts": "test-ts",
|
|
649
|
+
"spec.cts": "test-ts",
|
|
650
|
+
"spec.mts": "test-ts",
|
|
651
|
+
"cy.ts": "test-ts",
|
|
652
|
+
"e2e-spec.ts": "test-ts",
|
|
653
|
+
"e2e-spec.cts": "test-ts",
|
|
654
|
+
"e2e-spec.mts": "test-ts",
|
|
655
|
+
"test.ts": "test-ts",
|
|
656
|
+
"test.cts": "test-ts",
|
|
657
|
+
"test.mts": "test-ts",
|
|
658
|
+
"ts.snap": "test-ts",
|
|
659
|
+
"spec-d.ts": "test-ts",
|
|
660
|
+
"test-d.ts": "test-ts",
|
|
661
|
+
"spec.tsx": "test-jsx",
|
|
662
|
+
"test.tsx": "test-jsx",
|
|
663
|
+
"tsx.snap": "test-jsx",
|
|
664
|
+
"spec.jsx": "test-jsx",
|
|
665
|
+
"test.jsx": "test-jsx",
|
|
666
|
+
"jsx.snap": "test-jsx",
|
|
667
|
+
"cy.jsx": "test-jsx",
|
|
668
|
+
"cy.tsx": "test-jsx",
|
|
669
|
+
"spec-d.tsx": "test-jsx",
|
|
670
|
+
"test-d.tsx": "test-jsx",
|
|
671
|
+
"spec.js": "test-js",
|
|
672
|
+
"spec.cjs": "test-js",
|
|
673
|
+
"spec.mjs": "test-js",
|
|
674
|
+
"e2e-spec.js": "test-js",
|
|
675
|
+
"e2e-spec.cjs": "test-js",
|
|
676
|
+
"e2e-spec.mjs": "test-js",
|
|
677
|
+
"test.js": "test-js",
|
|
678
|
+
"test.cjs": "test-js",
|
|
679
|
+
"test.mjs": "test-js",
|
|
680
|
+
"js.snap": "test-js",
|
|
681
|
+
"cy.js": "test-js",
|
|
682
|
+
"module.ts": "nest-module",
|
|
683
|
+
"module.js": "nest-module",
|
|
684
|
+
"ng-template": "angular",
|
|
685
|
+
"component.ts": "angular-component",
|
|
686
|
+
"component.js": "angular-component",
|
|
687
|
+
"guard.ts": "nest-guard",
|
|
688
|
+
"guard.js": "nest-guard",
|
|
689
|
+
"service.ts": "nest-service",
|
|
690
|
+
"service.js": "nest-service",
|
|
691
|
+
"pipe.ts": "nest-pipe",
|
|
692
|
+
"pipe.js": "nest-pipe",
|
|
693
|
+
"filter.js": "nest-filter",
|
|
694
|
+
"directive.ts": "angular-directive",
|
|
695
|
+
"directive.js": "angular-directive",
|
|
696
|
+
"resolver.ts": "nest-resolver",
|
|
697
|
+
"resolver.js": "nest-resolver",
|
|
698
|
+
"interceptor.ts": "nest-interceptor",
|
|
699
|
+
"interceptor.js": "nest-interceptor",
|
|
700
|
+
"pp": "puppet",
|
|
701
|
+
"ex": "elixir",
|
|
702
|
+
"exs": "elixir",
|
|
703
|
+
"eex": "elixir",
|
|
704
|
+
"leex": "elixir",
|
|
705
|
+
"heex": "elixir",
|
|
706
|
+
"ls": "livescript",
|
|
707
|
+
"erl": "erlang",
|
|
708
|
+
"twig": "twig",
|
|
709
|
+
"jl": "julia",
|
|
710
|
+
"elm": "elm",
|
|
711
|
+
"pure": "purescript",
|
|
712
|
+
"purs": "purescript",
|
|
713
|
+
"tpl": "smarty",
|
|
714
|
+
"styl": "stylus",
|
|
715
|
+
"re": "reason",
|
|
716
|
+
"rei": "reason",
|
|
717
|
+
"cmj": "bucklescript",
|
|
718
|
+
"merlin": "merlin",
|
|
719
|
+
"vhd": "verilog",
|
|
720
|
+
"vhdx": "verilog",
|
|
721
|
+
"sv": "verilog",
|
|
722
|
+
"svh": "verilog",
|
|
723
|
+
"vhdl": "verilog",
|
|
724
|
+
"nb": "mathematica",
|
|
725
|
+
"wl": "wolframlanguage",
|
|
726
|
+
"wls": "wolframlanguage",
|
|
727
|
+
"njk": "nunjucks",
|
|
728
|
+
"nunjucks": "nunjucks",
|
|
729
|
+
"robot": "robot",
|
|
730
|
+
"sol": "solidity",
|
|
731
|
+
"au3": "autoit",
|
|
732
|
+
"haml": "haml",
|
|
733
|
+
"yang": "yang",
|
|
734
|
+
"mjml": "mjml",
|
|
735
|
+
"tf": "terraform",
|
|
736
|
+
"tf.json": "terraform",
|
|
737
|
+
"tfvars": "terraform",
|
|
738
|
+
"tfstate": "terraform",
|
|
739
|
+
"tfbackend": "terraform",
|
|
740
|
+
"terraformignore": "terraform",
|
|
741
|
+
"tofu": "opentofu",
|
|
742
|
+
"blade.php": "laravel",
|
|
743
|
+
"inky.php": "laravel",
|
|
744
|
+
"applescript": "applescript",
|
|
745
|
+
"ipa": "applescript",
|
|
746
|
+
"cake": "cake",
|
|
747
|
+
"feature": "cucumber",
|
|
748
|
+
"features": "cucumber",
|
|
749
|
+
"nim": "nim",
|
|
750
|
+
"nimble": "nim",
|
|
751
|
+
"apib": "apiblueprint",
|
|
752
|
+
"apiblueprint": "apiblueprint",
|
|
753
|
+
"riot": "riot",
|
|
754
|
+
"tag": "riot",
|
|
755
|
+
"vfl": "vfl",
|
|
756
|
+
"kl": "kl",
|
|
757
|
+
"pcss": "postcss",
|
|
758
|
+
"sss": "postcss",
|
|
759
|
+
"todo": "todo",
|
|
760
|
+
"cfml": "coldfusion",
|
|
761
|
+
"cfc": "coldfusion",
|
|
762
|
+
"lucee": "coldfusion",
|
|
763
|
+
"cfm": "coldfusion",
|
|
764
|
+
"cabal": "cabal",
|
|
765
|
+
"nix": "nix",
|
|
766
|
+
"slim": "slim",
|
|
767
|
+
"http": "http",
|
|
768
|
+
"rest": "http",
|
|
769
|
+
"rql": "restql",
|
|
770
|
+
"restql": "restql",
|
|
771
|
+
"kv": "kivy",
|
|
772
|
+
"graphcool": "graphcool",
|
|
773
|
+
"sbt": "sbt",
|
|
774
|
+
"apk": "android",
|
|
775
|
+
"smali": "android",
|
|
776
|
+
"dex": "android",
|
|
777
|
+
"env": "tune",
|
|
778
|
+
"gitlab-ci.yml": "gitlab",
|
|
779
|
+
"jenkinsfile": "jenkins",
|
|
780
|
+
"jenkins": "jenkins",
|
|
781
|
+
"fig": "figma",
|
|
782
|
+
"huff": "huff",
|
|
783
|
+
"rootReducer.ts": "ngrx-reducer",
|
|
784
|
+
"state.ts": "ngrx-state",
|
|
785
|
+
"effects.ts": "ngrx-effects",
|
|
786
|
+
"cr": "crystal",
|
|
787
|
+
"ecr": "crystal",
|
|
788
|
+
"drone.yml": "drone",
|
|
789
|
+
"cu": "cuda",
|
|
790
|
+
"cuh": "cuda",
|
|
791
|
+
"log": "log",
|
|
792
|
+
"def": "dotjs",
|
|
793
|
+
"dot": "dotjs",
|
|
794
|
+
"jst": "dotjs",
|
|
795
|
+
"ejs": "ejs",
|
|
796
|
+
".wakatime-project": "wakatime",
|
|
797
|
+
"pde": "processing",
|
|
798
|
+
"stories.js": "storybook",
|
|
799
|
+
"stories.jsx": "storybook",
|
|
800
|
+
"stories.mdx": "storybook",
|
|
801
|
+
"story.js": "storybook",
|
|
802
|
+
"story.jsx": "storybook",
|
|
803
|
+
"stories.ts": "storybook",
|
|
804
|
+
"stories.tsx": "storybook",
|
|
805
|
+
"story.ts": "storybook",
|
|
806
|
+
"story.tsx": "storybook",
|
|
807
|
+
"stories.svelte": "storybook",
|
|
808
|
+
"story.mdx": "storybook",
|
|
809
|
+
"stories.vue": "storybook",
|
|
810
|
+
"wpy": "wepy",
|
|
811
|
+
"hcl": "hcl",
|
|
812
|
+
"san": "san",
|
|
813
|
+
"quokka.js": "quokka",
|
|
814
|
+
"quokka.ts": "quokka",
|
|
815
|
+
"quokka.jsx": "quokka",
|
|
816
|
+
"quokka.tsx": "quokka",
|
|
817
|
+
"djt": "django",
|
|
818
|
+
"red": "red",
|
|
819
|
+
"mk": "makefile",
|
|
820
|
+
"fxp": "foxpro",
|
|
821
|
+
"prg": "foxpro",
|
|
822
|
+
"pot": "i18n",
|
|
823
|
+
"po": "i18n",
|
|
824
|
+
"mo": "i18n",
|
|
825
|
+
"lang": "i18n",
|
|
826
|
+
"xlf": "i18n",
|
|
827
|
+
"wat": "webassembly",
|
|
828
|
+
"wasm": "webassembly",
|
|
829
|
+
"ipynb": "jupyter",
|
|
830
|
+
"d": "d",
|
|
831
|
+
"mdx": "mdx",
|
|
832
|
+
"svx": "mdsvex",
|
|
833
|
+
"bal": "ballerina",
|
|
834
|
+
"balx": "ballerina",
|
|
835
|
+
"rkt": "racket",
|
|
836
|
+
"bzl": "bazel",
|
|
837
|
+
"bazel": "bazel",
|
|
838
|
+
"mint": "mint",
|
|
839
|
+
"vm": "velocity",
|
|
840
|
+
"fhtml": "velocity",
|
|
841
|
+
"vtl": "velocity",
|
|
842
|
+
"gd": "godot",
|
|
843
|
+
"godot": "godot-assets",
|
|
844
|
+
"tres": "godot-assets",
|
|
845
|
+
"tscn": "godot-assets",
|
|
846
|
+
"gdns": "godot-assets",
|
|
847
|
+
"gdnlib": "godot-assets",
|
|
848
|
+
"gdshader": "godot-assets",
|
|
849
|
+
"gdshaderinc": "godot-assets",
|
|
850
|
+
"gdextension": "godot-assets",
|
|
851
|
+
"azure-pipelines.yml": "azure-pipelines",
|
|
852
|
+
"azure-pipelines.yaml": "azure-pipelines",
|
|
853
|
+
"azure-pipelines-main.yml": "azure-pipelines",
|
|
854
|
+
"azure-pipelines-main.yaml": "azure-pipelines",
|
|
855
|
+
"azcli": "azure",
|
|
856
|
+
"vagrantfile": "vagrant",
|
|
857
|
+
"prisma": "prisma",
|
|
858
|
+
"cshtml": "razor",
|
|
859
|
+
"vbhtml": "razor",
|
|
860
|
+
"abc": "abc",
|
|
861
|
+
"ad": "asciidoc",
|
|
862
|
+
"adoc": "asciidoc",
|
|
863
|
+
"asciidoc": "asciidoc",
|
|
864
|
+
"edge": "edge",
|
|
865
|
+
"ss": "scheme",
|
|
866
|
+
"scm": "scheme",
|
|
867
|
+
"lisp": "lisp",
|
|
868
|
+
"lsp": "lisp",
|
|
869
|
+
"cl": "lisp",
|
|
870
|
+
"fast": "lisp",
|
|
871
|
+
"stl": "3d",
|
|
872
|
+
"stp": "3d",
|
|
873
|
+
"step": "3d",
|
|
874
|
+
"obj": "3d",
|
|
875
|
+
"o": "3d",
|
|
876
|
+
"ac": "3d",
|
|
877
|
+
"dxf": "3d",
|
|
878
|
+
"fbx": "3d",
|
|
879
|
+
"mesh": "3d",
|
|
880
|
+
"mqo": "3d",
|
|
881
|
+
"pmd": "3d",
|
|
882
|
+
"pmx": "3d",
|
|
883
|
+
"skp": "3d",
|
|
884
|
+
"vac": "3d",
|
|
885
|
+
"vdp": "3d",
|
|
886
|
+
"vox": "3d",
|
|
887
|
+
"gltf": "3d",
|
|
888
|
+
"glb": "3d",
|
|
889
|
+
"3ds": "3d",
|
|
890
|
+
"dae": "3d",
|
|
891
|
+
"ply": "3d",
|
|
892
|
+
"wrl": "3d",
|
|
893
|
+
"usd": "3d",
|
|
894
|
+
"usdz": "3d",
|
|
895
|
+
"svg": "svg",
|
|
896
|
+
"ai": "adobe-illustrator",
|
|
897
|
+
"ait": "adobe-illustrator",
|
|
898
|
+
"psd": "adobe-photoshop",
|
|
899
|
+
"psb": "adobe-photoshop",
|
|
900
|
+
"psdt": "adobe-photoshop",
|
|
901
|
+
"svelte": "svelte",
|
|
902
|
+
"svelte.js": "svelte_js",
|
|
903
|
+
"svelte.ts": "svelte_ts",
|
|
904
|
+
"vimrc": "vim",
|
|
905
|
+
"gvimrc": "vim",
|
|
906
|
+
"exrc": "vim",
|
|
907
|
+
"vim": "vim",
|
|
908
|
+
"viminfo": "vim",
|
|
909
|
+
"controller.ts": "controller",
|
|
910
|
+
"controller.js": "controller",
|
|
911
|
+
"middleware.ts": "nest-middleware",
|
|
912
|
+
"middleware.js": "nest-middleware",
|
|
913
|
+
"decorator.ts": "nest-decorator",
|
|
914
|
+
"decorator.js": "nest-decorator",
|
|
915
|
+
"filter.ts": "nest-filter",
|
|
916
|
+
"gateway.ts": "nest-gateway",
|
|
917
|
+
"gateway.js": "nest-gateway",
|
|
918
|
+
"moon": "moonscript",
|
|
919
|
+
"prw": "advpl",
|
|
920
|
+
"prx": "advpl",
|
|
921
|
+
"ptm": "advpl-ptm",
|
|
922
|
+
"tlpp": "advpl-tlpp",
|
|
923
|
+
"ch": "advpl-include",
|
|
924
|
+
"iso": "disc",
|
|
925
|
+
"vmdk": "disc",
|
|
926
|
+
"hdd": "disc",
|
|
927
|
+
"qcow": "disc",
|
|
928
|
+
"qcow2": "disc",
|
|
929
|
+
"qed": "disc",
|
|
930
|
+
"dmg": "disc",
|
|
931
|
+
"f": "fortran",
|
|
932
|
+
"f77": "fortran",
|
|
933
|
+
"f90": "fortran",
|
|
934
|
+
"f95": "fortran",
|
|
935
|
+
"f03": "fortran",
|
|
936
|
+
"f08": "fortran",
|
|
937
|
+
"tcl": "tcl",
|
|
938
|
+
"do": "tcl",
|
|
939
|
+
"liquid": "liquid",
|
|
940
|
+
"p": "prolog",
|
|
941
|
+
"pro": "prolog",
|
|
942
|
+
"pl": "prolog",
|
|
943
|
+
"coco": "coconut",
|
|
944
|
+
"sketch": "sketch",
|
|
945
|
+
"pwn": "pawn",
|
|
946
|
+
"amx": "pawn",
|
|
947
|
+
"4th": "forth",
|
|
948
|
+
"fth": "forth",
|
|
949
|
+
"frt": "forth",
|
|
950
|
+
"iuml": "uml",
|
|
951
|
+
"pu": "uml",
|
|
952
|
+
"puml": "uml",
|
|
953
|
+
"plantuml": "uml",
|
|
954
|
+
"wsd": "uml",
|
|
955
|
+
"wrap": "meson",
|
|
956
|
+
"dhall": "dhall",
|
|
957
|
+
"dhallb": "dhall",
|
|
958
|
+
"sml": "sml",
|
|
959
|
+
"mlton": "sml",
|
|
960
|
+
"mlb": "sml",
|
|
961
|
+
"sig": "sml",
|
|
962
|
+
"fun": "sml",
|
|
963
|
+
"cm": "sml",
|
|
964
|
+
"lex": "sml",
|
|
965
|
+
"use": "sml",
|
|
966
|
+
"grm": "sml",
|
|
967
|
+
"opam": "opam",
|
|
968
|
+
"imba": "imba",
|
|
969
|
+
"drawio": "drawio",
|
|
970
|
+
"dio": "drawio",
|
|
971
|
+
"pas": "pascal",
|
|
972
|
+
"unity": "unity",
|
|
973
|
+
"unitypackage": "unity",
|
|
974
|
+
"sas": "sas",
|
|
975
|
+
"sas7bdat": "sas",
|
|
976
|
+
"sashdat": "sas",
|
|
977
|
+
"astore": "sas",
|
|
978
|
+
"ast": "sas",
|
|
979
|
+
"sast": "sas",
|
|
980
|
+
"nupkg": "nuget",
|
|
981
|
+
"nuspec": "nuget",
|
|
982
|
+
"command": "command",
|
|
983
|
+
"dsc": "denizenscript",
|
|
984
|
+
"code-search": "search",
|
|
985
|
+
"nginx": "nginx",
|
|
986
|
+
"nginxconf": "nginx",
|
|
987
|
+
"nginxconfig": "nginx",
|
|
988
|
+
"mcfunction": "minecraft",
|
|
989
|
+
"mcmeta": "minecraft",
|
|
990
|
+
"mcr": "minecraft",
|
|
991
|
+
"mca": "minecraft",
|
|
992
|
+
"mcgame": "minecraft",
|
|
993
|
+
"mclevel": "minecraft",
|
|
994
|
+
"mcworld": "minecraft",
|
|
995
|
+
"mine": "minecraft",
|
|
996
|
+
"mus": "minecraft",
|
|
997
|
+
"mcstructure": "minecraft",
|
|
998
|
+
"mcpack": "minecraft",
|
|
999
|
+
"mcaddon": "minecraft",
|
|
1000
|
+
"mctemplate": "minecraft",
|
|
1001
|
+
"mcproject": "minecraft",
|
|
1002
|
+
"res": "rescript",
|
|
1003
|
+
"resi": "rescript-interface",
|
|
1004
|
+
"duc": "duc",
|
|
1005
|
+
"b": "brainfuck",
|
|
1006
|
+
"bf": "brainfuck",
|
|
1007
|
+
"bicep": "bicep",
|
|
1008
|
+
"cob": "cobol",
|
|
1009
|
+
"cbl": "cobol",
|
|
1010
|
+
"gr": "grain",
|
|
1011
|
+
"lol": "lolcode",
|
|
1012
|
+
"idr": "idris",
|
|
1013
|
+
"ibc": "idris",
|
|
1014
|
+
"pipeline": "pipeline",
|
|
1015
|
+
"rego": "opa",
|
|
1016
|
+
"windi": "windicss",
|
|
1017
|
+
"scala": "scala",
|
|
1018
|
+
"sc": "scala",
|
|
1019
|
+
"ly": "lilypond",
|
|
1020
|
+
"v": "vlang",
|
|
1021
|
+
"pgn": "chess",
|
|
1022
|
+
"fen": "chess",
|
|
1023
|
+
"gmi": "gemini",
|
|
1024
|
+
"gemini": "gemini",
|
|
1025
|
+
"tsconfig.json": "tsconfig",
|
|
1026
|
+
"tauri": "tauri",
|
|
1027
|
+
"jsconfig.json": "jsconfig",
|
|
1028
|
+
"ada": "ada",
|
|
1029
|
+
"adb": "ada",
|
|
1030
|
+
"ads": "ada",
|
|
1031
|
+
"ali": "ada",
|
|
1032
|
+
"horusec-config.json": "horusec",
|
|
1033
|
+
"pdm.lock": "pdm",
|
|
1034
|
+
"pdm.toml": "pdm",
|
|
1035
|
+
"coarc": "coala",
|
|
1036
|
+
"coafile": "coala",
|
|
1037
|
+
"bubble": "dinophp",
|
|
1038
|
+
"html.bubble": "dinophp",
|
|
1039
|
+
"php.bubble": "dinophp",
|
|
1040
|
+
"tl": "teal",
|
|
1041
|
+
"template": "template",
|
|
1042
|
+
"glsl": "shader",
|
|
1043
|
+
"vert": "shader",
|
|
1044
|
+
"tesc": "shader",
|
|
1045
|
+
"tese": "shader",
|
|
1046
|
+
"geom": "shader",
|
|
1047
|
+
"frag": "shader",
|
|
1048
|
+
"comp": "shader",
|
|
1049
|
+
"rgen": "shader",
|
|
1050
|
+
"rint": "shader",
|
|
1051
|
+
"rahit": "shader",
|
|
1052
|
+
"rchit": "shader",
|
|
1053
|
+
"rmiss": "shader",
|
|
1054
|
+
"rcall": "shader",
|
|
1055
|
+
"vert.glsl": "shader",
|
|
1056
|
+
"tesc.glsl": "shader",
|
|
1057
|
+
"tese.glsl": "shader",
|
|
1058
|
+
"geom.glsl": "shader",
|
|
1059
|
+
"frag.glsl": "shader",
|
|
1060
|
+
"comp.glsl": "shader",
|
|
1061
|
+
"rgen.glsl": "shader",
|
|
1062
|
+
"rint.glsl": "shader",
|
|
1063
|
+
"rahit.glsl": "shader",
|
|
1064
|
+
"rchit.glsl": "shader",
|
|
1065
|
+
"rmiss.glsl": "shader",
|
|
1066
|
+
"rcall.glsl": "shader",
|
|
1067
|
+
"vertex.glsl": "shader",
|
|
1068
|
+
"geometry.glsl": "shader",
|
|
1069
|
+
"fragment.glsl": "shader",
|
|
1070
|
+
"compute.glsl": "shader",
|
|
1071
|
+
"ts.glsl": "shader",
|
|
1072
|
+
"gs.glsl": "shader",
|
|
1073
|
+
"vs.glsl": "shader",
|
|
1074
|
+
"fs.glsl": "shader",
|
|
1075
|
+
"shader": "shader",
|
|
1076
|
+
"vertexshader": "shader",
|
|
1077
|
+
"fragmentshader": "shader",
|
|
1078
|
+
"geometryshader": "shader",
|
|
1079
|
+
"computeshader": "shader",
|
|
1080
|
+
"hlsl": "shader",
|
|
1081
|
+
"pixel.hlsl": "shader",
|
|
1082
|
+
"geometry.hlsl": "shader",
|
|
1083
|
+
"compute.hlsl": "shader",
|
|
1084
|
+
"tessellation.hlsl": "shader",
|
|
1085
|
+
"px.hlsl": "shader",
|
|
1086
|
+
"geom.hlsl": "shader",
|
|
1087
|
+
"comp.hlsl": "shader",
|
|
1088
|
+
"tess.hlsl": "shader",
|
|
1089
|
+
"wgsl": "shader",
|
|
1090
|
+
"spv": "shader",
|
|
1091
|
+
"slang": "shader",
|
|
1092
|
+
"sy": "siyuan",
|
|
1093
|
+
"ndst.yml": "ndst",
|
|
1094
|
+
"ndst.yaml": "ndst",
|
|
1095
|
+
"ndst.json": "ndst",
|
|
1096
|
+
"tobi": "tobi",
|
|
1097
|
+
"gleam": "gleam",
|
|
1098
|
+
"steadybit.yml": "steadybit",
|
|
1099
|
+
"steadybit.yaml": "steadybit",
|
|
1100
|
+
"capnp": "capnp",
|
|
1101
|
+
"tree": "tree",
|
|
1102
|
+
"cdc": "cadence",
|
|
1103
|
+
"openapi.json": "openapi",
|
|
1104
|
+
"openapi.yml": "openapi",
|
|
1105
|
+
"openapi.yaml": "openapi",
|
|
1106
|
+
"swagger.json": "swagger",
|
|
1107
|
+
"swagger.yml": "swagger",
|
|
1108
|
+
"swagger.yaml": "swagger",
|
|
1109
|
+
"g4": "antlr",
|
|
1110
|
+
"st.css": "stylable",
|
|
1111
|
+
"pine": "pinejs",
|
|
1112
|
+
"taskfile.yml": "taskfile",
|
|
1113
|
+
"taskfile.yaml": "taskfile",
|
|
1114
|
+
"gml": "gamemaker",
|
|
1115
|
+
"yy": "gamemaker",
|
|
1116
|
+
"yyp": "gamemaker",
|
|
1117
|
+
"yyz": "gamemaker",
|
|
1118
|
+
"tldr": "tldraw",
|
|
1119
|
+
"typ": "typst",
|
|
1120
|
+
"mmd": "mermaid",
|
|
1121
|
+
"mermaid": "mermaid",
|
|
1122
|
+
"mojo": "mojo",
|
|
1123
|
+
"🔥": "mojo",
|
|
1124
|
+
"rbxl": "roblox",
|
|
1125
|
+
"rbxlx": "roblox",
|
|
1126
|
+
"rbxm": "roblox",
|
|
1127
|
+
"rbxmx": "roblox",
|
|
1128
|
+
"luau": "luau",
|
|
1129
|
+
"project.json": "rojo",
|
|
1130
|
+
"model.json": "rojo",
|
|
1131
|
+
"meta.json": "rojo",
|
|
1132
|
+
"rbxmk.lua": "rbxmk",
|
|
1133
|
+
"rbxmk.luau": "rbxmk",
|
|
1134
|
+
"spwn": "spwn",
|
|
1135
|
+
"templ": "templ",
|
|
1136
|
+
"crx": "chrome",
|
|
1137
|
+
"stan": "stan",
|
|
1138
|
+
"abap": "abap",
|
|
1139
|
+
"acds": "abap",
|
|
1140
|
+
"asddls": "abap",
|
|
1141
|
+
"lottie": "lottie",
|
|
1142
|
+
"gs": "apps-script",
|
|
1143
|
+
"garden.yml": "garden",
|
|
1144
|
+
"garden.yaml": "garden",
|
|
1145
|
+
"pkl": "pkl",
|
|
1146
|
+
"k": "kcl",
|
|
1147
|
+
"sigstore.json": "verified",
|
|
1148
|
+
"bru": "bruno",
|
|
1149
|
+
"cairo": "cairo",
|
|
1150
|
+
"alloy": "grafana-alloy",
|
|
1151
|
+
"ftl": "freemarker",
|
|
1152
|
+
"ц": "tsil",
|
|
1153
|
+
"tape": "tape",
|
|
1154
|
+
"hurl": "hurl",
|
|
1155
|
+
"cds": "cds",
|
|
1156
|
+
"slint": "slint",
|
|
1157
|
+
"verse": "verse",
|
|
1158
|
+
"sw": "sway",
|
|
1159
|
+
"zeabur": "zeabur",
|
|
1160
|
+
"bench.ts": "bench-ts",
|
|
1161
|
+
"bench.cts": "bench-ts",
|
|
1162
|
+
"bench.mts": "bench-ts",
|
|
1163
|
+
"bench.jsx": "bench-jsx",
|
|
1164
|
+
"bench.tsx": "bench-jsx",
|
|
1165
|
+
"bench.js": "bench-js",
|
|
1166
|
+
"bench.cjs": "bench-js",
|
|
1167
|
+
"bench.mjs": "bench-js",
|
|
1168
|
+
".ncurc.json": "dependencies-update",
|
|
1169
|
+
".ncurc.yml": "dependencies-update",
|
|
1170
|
+
".ncurc.js": "dependencies-update",
|
|
1171
|
+
"srt": "subtitles",
|
|
1172
|
+
"ssa": "subtitles",
|
|
1173
|
+
"ttml": "subtitles",
|
|
1174
|
+
"sbv": "subtitles",
|
|
1175
|
+
"dfxp": "subtitles",
|
|
1176
|
+
"vtt": "subtitles",
|
|
1177
|
+
"sub": "subtitles",
|
|
1178
|
+
"ass": "subtitles",
|
|
1179
|
+
"beancount": "beancount",
|
|
1180
|
+
"bean": "beancount",
|
|
1181
|
+
"epub": "epub",
|
|
1182
|
+
"reg": "regedit",
|
|
1183
|
+
"gnu": "gnuplot",
|
|
1184
|
+
"smk": "snakemake",
|
|
1185
|
+
"snakemake": "snakemake",
|
|
1186
|
+
"cpn": "coloredpetrinets",
|
|
1187
|
+
"pnml": "coloredpetrinets",
|
|
1188
|
+
"pt": "pytorch",
|
|
1189
|
+
"pth": "pytorch",
|
|
1190
|
+
"pwf": "pytorch",
|
|
1191
|
+
"blend": "blender",
|
|
1192
|
+
"blend1": "blender",
|
|
1193
|
+
"blend2": "blender",
|
|
1194
|
+
"css.ts": "vanilla-extract",
|
|
1195
|
+
"css.js": "vanilla-extract",
|
|
1196
|
+
"css.cjs": "vanilla-extract",
|
|
1197
|
+
"css.mjs": "vanilla-extract",
|
|
1198
|
+
"css.tsx": "vanilla-extract",
|
|
1199
|
+
"css.jsx": "vanilla-extract",
|
|
1200
|
+
"toc": "toc",
|
|
1201
|
+
"cue": "cue",
|
|
1202
|
+
"lean": "lean",
|
|
1203
|
+
"sls": "salt",
|
|
1204
|
+
"m2": "macaulay2",
|
|
1205
|
+
"skill.md": "skill",
|
|
1206
|
+
"skills.md": "skill",
|
|
1207
|
+
"instructions.md": "instructions",
|
|
1208
|
+
"instruction.md": "instructions",
|
|
1209
|
+
"yaml": "yaml",
|
|
1210
|
+
"yml": "yaml",
|
|
1211
|
+
"workbook": "yaml",
|
|
1212
|
+
"gitconfig": "settings",
|
|
1213
|
+
"hgrc": "settings",
|
|
1214
|
+
"editorconfig": "settings",
|
|
1215
|
+
"dircolors": "settings",
|
|
1216
|
+
"webmanifest": "json",
|
|
1217
|
+
"cjson": "json",
|
|
1218
|
+
"javadoc": "java",
|
|
1219
|
+
"pyi": "python",
|
|
1220
|
+
"pyw": "python",
|
|
1221
|
+
"js": "javascript",
|
|
1222
|
+
"cjs": "javascript",
|
|
1223
|
+
"es6": "javascript",
|
|
1224
|
+
"ts": "typescript",
|
|
1225
|
+
"cts": "typescript",
|
|
1226
|
+
"mts": "typescript",
|
|
1227
|
+
"postcss": "css",
|
|
1228
|
+
"php": "php",
|
|
1229
|
+
"phtml": "php",
|
|
1230
|
+
"pht": "php",
|
|
1231
|
+
"html": "html",
|
|
1232
|
+
"rhl": "vue",
|
|
1233
|
+
"plsql": "database",
|
|
1234
|
+
"dml": "database"
|
|
1235
|
+
},
|
|
1236
|
+
"fileNameToIcon": {
|
|
1237
|
+
".pug-lintrc": "pug",
|
|
1238
|
+
".pug-lintrc.js": "pug",
|
|
1239
|
+
".pug-lintrc.json": "pug",
|
|
1240
|
+
"justfile": "just",
|
|
1241
|
+
".justfile": "just",
|
|
1242
|
+
".jscsrc": "json",
|
|
1243
|
+
".jshintrc": "json",
|
|
1244
|
+
"composer.lock": "json",
|
|
1245
|
+
".jsbeautifyrc": "json",
|
|
1246
|
+
".esformatter": "json",
|
|
1247
|
+
"cdp.pid": "json",
|
|
1248
|
+
".whitesource": "json",
|
|
1249
|
+
"playwright.config.js": "playwright",
|
|
1250
|
+
"playwright.config.cjs": "playwright",
|
|
1251
|
+
"playwright.config.mjs": "playwright",
|
|
1252
|
+
"playwright.config.ts": "playwright",
|
|
1253
|
+
"playwright.config.cts": "playwright",
|
|
1254
|
+
"playwright.config.mts": "playwright",
|
|
1255
|
+
"playwright.config.base.js": "playwright",
|
|
1256
|
+
"playwright.config.base.cjs": "playwright",
|
|
1257
|
+
"playwright.config.base.mjs": "playwright",
|
|
1258
|
+
"playwright.config.base.ts": "playwright",
|
|
1259
|
+
"playwright.config.base.cts": "playwright",
|
|
1260
|
+
"playwright.config.base.mts": "playwright",
|
|
1261
|
+
"playwright-ct.config.js": "playwright",
|
|
1262
|
+
"playwright-ct.config.cjs": "playwright",
|
|
1263
|
+
"playwright-ct.config.mjs": "playwright",
|
|
1264
|
+
"playwright-ct.config.ts": "playwright",
|
|
1265
|
+
"playwright-ct.config.cts": "playwright",
|
|
1266
|
+
"playwright-ct.config.mts": "playwright",
|
|
1267
|
+
".htaccess": "xml",
|
|
1268
|
+
".release-it.json": "rocket",
|
|
1269
|
+
".release-it.ts": "rocket",
|
|
1270
|
+
".release-it.js": "rocket",
|
|
1271
|
+
".release-it.cjs": "rocket",
|
|
1272
|
+
".release-it.yaml": "rocket",
|
|
1273
|
+
".release-it.yml": "rocket",
|
|
1274
|
+
".release-it.toml": "rocket",
|
|
1275
|
+
"release.toml": "rocket",
|
|
1276
|
+
"release-plz.toml": "rocket",
|
|
1277
|
+
".release-plz.toml": "rocket",
|
|
1278
|
+
"router.js": "routing",
|
|
1279
|
+
"router.jsx": "routing",
|
|
1280
|
+
"router.ts": "routing",
|
|
1281
|
+
"router.tsx": "routing",
|
|
1282
|
+
"route.js": "routing",
|
|
1283
|
+
"route.jsx": "routing",
|
|
1284
|
+
"route.ts": "routing",
|
|
1285
|
+
"route.tsx": "routing",
|
|
1286
|
+
"routes.js": "routing",
|
|
1287
|
+
"routes.jsx": "routing",
|
|
1288
|
+
"routes.ts": "routing",
|
|
1289
|
+
"routes.tsx": "routing",
|
|
1290
|
+
"action.js": "redux-action",
|
|
1291
|
+
"actions.js": "redux-action",
|
|
1292
|
+
"action.ts": "redux-action",
|
|
1293
|
+
"actions.ts": "redux-action",
|
|
1294
|
+
"reducer.js": "redux-reducer",
|
|
1295
|
+
"reducers.js": "redux-reducer",
|
|
1296
|
+
"reducer.ts": "redux-reducer",
|
|
1297
|
+
"reducers.ts": "redux-reducer",
|
|
1298
|
+
"selector.js": "redux-selector",
|
|
1299
|
+
"selectors.js": "redux-selector",
|
|
1300
|
+
"selector.ts": "redux-selector",
|
|
1301
|
+
"selectors.ts": "redux-selector",
|
|
1302
|
+
"store.js": "vuex-store",
|
|
1303
|
+
"store.ts": "vuex-store",
|
|
1304
|
+
".jshintignore": "settings",
|
|
1305
|
+
".buildignore": "settings",
|
|
1306
|
+
".mrconfig": "settings",
|
|
1307
|
+
".yardopts": "settings",
|
|
1308
|
+
"manifest.mf": "settings",
|
|
1309
|
+
".clang-format": "settings",
|
|
1310
|
+
".clang-format-ignore": "settings",
|
|
1311
|
+
".clang-tidy": "settings",
|
|
1312
|
+
".conf": "settings",
|
|
1313
|
+
"compile_flags.txt": "settings",
|
|
1314
|
+
"typedoc.js": "typedoc",
|
|
1315
|
+
"typedoc.json": "typedoc",
|
|
1316
|
+
"astro.config.js": "astro-config",
|
|
1317
|
+
"astro.config.mjs": "astro-config",
|
|
1318
|
+
"astro.config.cjs": "astro-config",
|
|
1319
|
+
"astro.config.ts": "astro-config",
|
|
1320
|
+
"astro.config.cts": "astro-config",
|
|
1321
|
+
"astro.config.mts": "astro-config",
|
|
1322
|
+
".vsconfig": "visualstudio",
|
|
1323
|
+
"go.mod": "go-mod",
|
|
1324
|
+
"go.sum": "go-mod",
|
|
1325
|
+
"go.work": "go-mod",
|
|
1326
|
+
"go.work.sum": "go-mod",
|
|
1327
|
+
"requirements.txt": "python-misc",
|
|
1328
|
+
"pipfile": "python-misc",
|
|
1329
|
+
".python-version": "python-misc",
|
|
1330
|
+
"manifest.in": "python-misc",
|
|
1331
|
+
"pylintrc": "python-misc",
|
|
1332
|
+
".pylintrc": "python-misc",
|
|
1333
|
+
"pyproject.toml": "python-misc",
|
|
1334
|
+
"py.typed": "python-misc",
|
|
1335
|
+
".coveragerc": "python-misc",
|
|
1336
|
+
".coverage": "python-misc",
|
|
1337
|
+
".scrapy": "python-misc",
|
|
1338
|
+
"celerybeat-schedule": "python-misc",
|
|
1339
|
+
"celerybeat.pid": "python-misc",
|
|
1340
|
+
"ruff.toml": "ruff",
|
|
1341
|
+
".ruff.toml": "ruff",
|
|
1342
|
+
"uv.toml": "uv",
|
|
1343
|
+
".uv.toml": "uv",
|
|
1344
|
+
"uv.lock": "uv",
|
|
1345
|
+
"sconstruct": "scons",
|
|
1346
|
+
"sconscript": "scons",
|
|
1347
|
+
"scsub": "scons",
|
|
1348
|
+
"commit-msg": "console",
|
|
1349
|
+
"pre-commit": "console",
|
|
1350
|
+
"pre-push": "console",
|
|
1351
|
+
"post-merge": "console",
|
|
1352
|
+
"excalidraw": "excalidraw",
|
|
1353
|
+
"excalidraw.json": "excalidraw",
|
|
1354
|
+
"excalidraw.svg": "excalidraw",
|
|
1355
|
+
"excalidraw.png": "excalidraw",
|
|
1356
|
+
"gradle.properties": "gradle",
|
|
1357
|
+
"gradlew": "gradle",
|
|
1358
|
+
"gradle-wrapper.properties": "gradle",
|
|
1359
|
+
"gradlew.bat": "gradle",
|
|
1360
|
+
"copying": "license",
|
|
1361
|
+
"copying.md": "license",
|
|
1362
|
+
"copying.rst": "license",
|
|
1363
|
+
"copying.txt": "license",
|
|
1364
|
+
"copyright": "license",
|
|
1365
|
+
"copyright.md": "license",
|
|
1366
|
+
"copyright.rst": "license",
|
|
1367
|
+
"copyright.txt": "license",
|
|
1368
|
+
"license": "license",
|
|
1369
|
+
"license-agpl": "license",
|
|
1370
|
+
"license-apache": "license",
|
|
1371
|
+
"license-bsd": "license",
|
|
1372
|
+
"license-mit": "license",
|
|
1373
|
+
"license-gpl": "license",
|
|
1374
|
+
"license-lgpl": "license",
|
|
1375
|
+
"license.md": "license",
|
|
1376
|
+
"license.rst": "license",
|
|
1377
|
+
"license.txt": "license",
|
|
1378
|
+
"licence": "license",
|
|
1379
|
+
"licence-agpl": "license",
|
|
1380
|
+
"licence-apache": "license",
|
|
1381
|
+
"licence-bsd": "license",
|
|
1382
|
+
"licence-mit": "license",
|
|
1383
|
+
"licence-gpl": "license",
|
|
1384
|
+
"licence-lgpl": "license",
|
|
1385
|
+
"licence.md": "license",
|
|
1386
|
+
"licence.rst": "license",
|
|
1387
|
+
"licence.txt": "license",
|
|
1388
|
+
"unlicense": "unlicense",
|
|
1389
|
+
"unlicense.txt": "unlicense",
|
|
1390
|
+
".htpasswd": "key",
|
|
1391
|
+
"sha256sums": "key",
|
|
1392
|
+
".secrets": "key",
|
|
1393
|
+
"keystatic.config.tsx": "keystatic",
|
|
1394
|
+
"keystatic.config.ts": "keystatic",
|
|
1395
|
+
"keystatic.config.jsx": "keystatic",
|
|
1396
|
+
"keystatic.config.js": "keystatic",
|
|
1397
|
+
".ruby-version": "ruby",
|
|
1398
|
+
"gemfile": "gemfile",
|
|
1399
|
+
".rubocop.yml": "rubocop",
|
|
1400
|
+
".rubocop-todo.yml": "rubocop",
|
|
1401
|
+
".rubocop_todo.yml": "rubocop",
|
|
1402
|
+
".rspec": "rspec",
|
|
1403
|
+
".swift-format": "swift",
|
|
1404
|
+
".swift-version": "swift",
|
|
1405
|
+
".swiftformat": "swift",
|
|
1406
|
+
"dockerfile": "docker",
|
|
1407
|
+
"dockerfile.prod": "docker",
|
|
1408
|
+
"dockerfile.production": "docker",
|
|
1409
|
+
"dockerfile.alpha": "docker",
|
|
1410
|
+
"dockerfile.beta": "docker",
|
|
1411
|
+
"dockerfile.stage": "docker",
|
|
1412
|
+
"dockerfile.staging": "docker",
|
|
1413
|
+
"dockerfile.dev": "docker",
|
|
1414
|
+
"dockerfile.development": "docker",
|
|
1415
|
+
"dockerfile.local": "docker",
|
|
1416
|
+
"dockerfile.test": "docker",
|
|
1417
|
+
"dockerfile.testing": "docker",
|
|
1418
|
+
"dockerfile.ci": "docker",
|
|
1419
|
+
"dockerfile.web": "docker",
|
|
1420
|
+
"dockerfile.windows": "docker",
|
|
1421
|
+
"dockerfile.worker": "docker",
|
|
1422
|
+
"docker-compose.yml": "docker",
|
|
1423
|
+
"docker-compose.override.yml": "docker",
|
|
1424
|
+
"docker-compose.prod.yml": "docker",
|
|
1425
|
+
"docker-compose.production.yml": "docker",
|
|
1426
|
+
"docker-compose.alpha.yml": "docker",
|
|
1427
|
+
"docker-compose.beta.yml": "docker",
|
|
1428
|
+
"docker-compose.stage.yml": "docker",
|
|
1429
|
+
"docker-compose.staging.yml": "docker",
|
|
1430
|
+
"docker-compose.dev.yml": "docker",
|
|
1431
|
+
"docker-compose.development.yml": "docker",
|
|
1432
|
+
"docker-compose.local.yml": "docker",
|
|
1433
|
+
"docker-compose.test.yml": "docker",
|
|
1434
|
+
"docker-compose.testing.yml": "docker",
|
|
1435
|
+
"docker-compose.ci.yml": "docker",
|
|
1436
|
+
"docker-compose.web.yml": "docker",
|
|
1437
|
+
"docker-compose.worker.yml": "docker",
|
|
1438
|
+
"docker-compose.yaml": "docker",
|
|
1439
|
+
"docker-compose.override.yaml": "docker",
|
|
1440
|
+
"docker-compose.prod.yaml": "docker",
|
|
1441
|
+
"docker-compose.production.yaml": "docker",
|
|
1442
|
+
"docker-compose.alpha.yaml": "docker",
|
|
1443
|
+
"docker-compose.beta.yaml": "docker",
|
|
1444
|
+
"docker-compose.stage.yaml": "docker",
|
|
1445
|
+
"docker-compose.staging.yaml": "docker",
|
|
1446
|
+
"docker-compose.dev.yaml": "docker",
|
|
1447
|
+
"docker-compose.development.yaml": "docker",
|
|
1448
|
+
"docker-compose.local.yaml": "docker",
|
|
1449
|
+
"docker-compose.test.yaml": "docker",
|
|
1450
|
+
"docker-compose.testing.yaml": "docker",
|
|
1451
|
+
"docker-compose.ci.yaml": "docker",
|
|
1452
|
+
"docker-compose.web.yaml": "docker",
|
|
1453
|
+
"docker-compose.worker.yaml": "docker",
|
|
1454
|
+
"containerfile": "docker",
|
|
1455
|
+
"containerfile.prod": "docker",
|
|
1456
|
+
"containerfile.production": "docker",
|
|
1457
|
+
"containerfile.alpha": "docker",
|
|
1458
|
+
"containerfile.beta": "docker",
|
|
1459
|
+
"containerfile.stage": "docker",
|
|
1460
|
+
"containerfile.staging": "docker",
|
|
1461
|
+
"containerfile.dev": "docker",
|
|
1462
|
+
"containerfile.development": "docker",
|
|
1463
|
+
"containerfile.local": "docker",
|
|
1464
|
+
"containerfile.test": "docker",
|
|
1465
|
+
"containerfile.testing": "docker",
|
|
1466
|
+
"containerfile.ci": "docker",
|
|
1467
|
+
"containerfile.web": "docker",
|
|
1468
|
+
"containerfile.worker": "docker",
|
|
1469
|
+
"compose.yaml": "docker",
|
|
1470
|
+
"compose.override.yaml": "docker",
|
|
1471
|
+
"compose.prod.yaml": "docker",
|
|
1472
|
+
"compose.production.yaml": "docker",
|
|
1473
|
+
"compose.alpha.yaml": "docker",
|
|
1474
|
+
"compose.beta.yaml": "docker",
|
|
1475
|
+
"compose.stage.yaml": "docker",
|
|
1476
|
+
"compose.staging.yaml": "docker",
|
|
1477
|
+
"compose.dev.yaml": "docker",
|
|
1478
|
+
"compose.development.yaml": "docker",
|
|
1479
|
+
"compose.local.yaml": "docker",
|
|
1480
|
+
"compose.test.yaml": "docker",
|
|
1481
|
+
"compose.testing.yaml": "docker",
|
|
1482
|
+
"compose.ci.yaml": "docker",
|
|
1483
|
+
"compose.web.yaml": "docker",
|
|
1484
|
+
"compose.worker.yaml": "docker",
|
|
1485
|
+
"compose.yml": "docker",
|
|
1486
|
+
"compose.override.yml": "docker",
|
|
1487
|
+
"compose.prod.yml": "docker",
|
|
1488
|
+
"compose.production.yml": "docker",
|
|
1489
|
+
"compose.alpha.yml": "docker",
|
|
1490
|
+
"compose.beta.yml": "docker",
|
|
1491
|
+
"compose.stage.yml": "docker",
|
|
1492
|
+
"compose.staging.yml": "docker",
|
|
1493
|
+
"compose.dev.yml": "docker",
|
|
1494
|
+
"compose.development.yml": "docker",
|
|
1495
|
+
"compose.local.yml": "docker",
|
|
1496
|
+
"compose.test.yml": "docker",
|
|
1497
|
+
"compose.testing.yml": "docker",
|
|
1498
|
+
"compose.ci.yml": "docker",
|
|
1499
|
+
"compose.web.yml": "docker",
|
|
1500
|
+
"compose.worker.yml": "docker",
|
|
1501
|
+
".mailmap": "email",
|
|
1502
|
+
".graphqlconfig": "graphql",
|
|
1503
|
+
"XamlStyler.json": "xaml",
|
|
1504
|
+
".happo.js": "happo",
|
|
1505
|
+
".happo.mjs": "happo",
|
|
1506
|
+
".happo.cjs": "happo",
|
|
1507
|
+
"chromatic.config.json": "chromatic",
|
|
1508
|
+
".git": "git",
|
|
1509
|
+
".gitignore": "git",
|
|
1510
|
+
".gitmessage": "git",
|
|
1511
|
+
".gitignore-global": "git",
|
|
1512
|
+
".gitignore_global": "git",
|
|
1513
|
+
".gitattributes": "git",
|
|
1514
|
+
".gitattributes-global": "git",
|
|
1515
|
+
".gitattributes_global": "git",
|
|
1516
|
+
".gitconfig": "git",
|
|
1517
|
+
".gitmodules": "git",
|
|
1518
|
+
".gitkeep": "git",
|
|
1519
|
+
".keep": "git",
|
|
1520
|
+
".gitpreserve": "git",
|
|
1521
|
+
".gitinclude": "git",
|
|
1522
|
+
".git-blame-ignore": "git",
|
|
1523
|
+
".git-blame-ignore-revs": "git",
|
|
1524
|
+
".git-for-windows-updater": "git",
|
|
1525
|
+
"git-history": "git",
|
|
1526
|
+
".luacheckrc": "lua",
|
|
1527
|
+
".Rhistory": "r",
|
|
1528
|
+
".pubignore": "dart",
|
|
1529
|
+
"cmakelists.txt": "cmake",
|
|
1530
|
+
"cmakecache.txt": "cmake",
|
|
1531
|
+
"CMakePresets.json": "cmake",
|
|
1532
|
+
"semgrep.yml": "semgrep",
|
|
1533
|
+
".semgrepignore": "semgrep",
|
|
1534
|
+
"vue.config.js": "vue-config",
|
|
1535
|
+
"vue.config.ts": "vue-config",
|
|
1536
|
+
"vetur.config.js": "vue-config",
|
|
1537
|
+
"vetur.config.ts": "vue-config",
|
|
1538
|
+
"volar.config.js": "vue-config",
|
|
1539
|
+
"nuxt.config.js": "nuxt",
|
|
1540
|
+
"nuxt.config.ts": "nuxt",
|
|
1541
|
+
".nuxtignore": "nuxt",
|
|
1542
|
+
".nuxtrc": "nuxt",
|
|
1543
|
+
"harmonix.config.js": "harmonix",
|
|
1544
|
+
"harmonix.config.ts": "harmonix",
|
|
1545
|
+
"security.md": "lock",
|
|
1546
|
+
"security.txt": "lock",
|
|
1547
|
+
"security": "lock",
|
|
1548
|
+
"angular-cli.json": "angular",
|
|
1549
|
+
".angular-cli.json": "angular",
|
|
1550
|
+
"angular.json": "angular",
|
|
1551
|
+
"ng-package.json": "angular",
|
|
1552
|
+
".mjmlconfig": "mjml",
|
|
1553
|
+
"vercel.json": "vercel",
|
|
1554
|
+
".vercelignore": "vercel",
|
|
1555
|
+
"now.json": "vercel",
|
|
1556
|
+
".nowignore": "vercel",
|
|
1557
|
+
"liara.json": "liara",
|
|
1558
|
+
".liaraignore": "liara",
|
|
1559
|
+
"verdaccio.yml": "verdaccio",
|
|
1560
|
+
"payload.config.js": "payload",
|
|
1561
|
+
"payload.config.mjs": "payload",
|
|
1562
|
+
"payload.config.ts": "payload",
|
|
1563
|
+
"payload.config.mts": "payload",
|
|
1564
|
+
"next.config.js": "next",
|
|
1565
|
+
"next.config.mjs": "next",
|
|
1566
|
+
"next.config.ts": "next",
|
|
1567
|
+
"next.config.mts": "next",
|
|
1568
|
+
".remarkrc": "remark",
|
|
1569
|
+
".remarkrc.cjs": "remark",
|
|
1570
|
+
".remarkrc.js": "remark",
|
|
1571
|
+
".remarkrc.json": "remark",
|
|
1572
|
+
".remarkrc.mjs": "remark",
|
|
1573
|
+
".remarkrc.yaml": "remark",
|
|
1574
|
+
".remarkrc.yml": "remark",
|
|
1575
|
+
".remarkignore": "remark",
|
|
1576
|
+
"remix.config.js": "remix",
|
|
1577
|
+
"remix.config.ts": "remix",
|
|
1578
|
+
"artisan": "laravel",
|
|
1579
|
+
".vfl": "vfl",
|
|
1580
|
+
".kl": "kl",
|
|
1581
|
+
"todo.md": "todo",
|
|
1582
|
+
"todos.md": "todo",
|
|
1583
|
+
"cabal.project": "cabal",
|
|
1584
|
+
"cabal.project.freeze": "cabal",
|
|
1585
|
+
"cabal.project.local": "cabal",
|
|
1586
|
+
"CNAME": "http",
|
|
1587
|
+
"project.graphcool": "graphcool",
|
|
1588
|
+
"webpack.config.coffee": "webpack",
|
|
1589
|
+
"rslint.json": "rstack",
|
|
1590
|
+
"rslint.jsonc": "rstack",
|
|
1591
|
+
"ionic.config.json": "ionic",
|
|
1592
|
+
".io-config.json": "ionic",
|
|
1593
|
+
"gulpfile.js": "gulp",
|
|
1594
|
+
"gulpfile.mjs": "gulp",
|
|
1595
|
+
"gulpfile.ts": "gulp",
|
|
1596
|
+
"gulpfile.cts": "gulp",
|
|
1597
|
+
"gulpfile.mts": "gulp",
|
|
1598
|
+
"gulpfile.babel.js": "gulp",
|
|
1599
|
+
"gulpfile.cjs": "gulp",
|
|
1600
|
+
"package.json": "nodejs",
|
|
1601
|
+
"package-lock.json": "nodejs",
|
|
1602
|
+
".nvmrc": "nodejs",
|
|
1603
|
+
".esmrc": "nodejs",
|
|
1604
|
+
".node-version": "nodejs",
|
|
1605
|
+
".npmignore": "npm",
|
|
1606
|
+
".npmrc": "npm",
|
|
1607
|
+
".yarnrc": "yarn",
|
|
1608
|
+
"yarn.lock": "yarn",
|
|
1609
|
+
".yarnclean": "yarn",
|
|
1610
|
+
".yarn-integrity": "yarn",
|
|
1611
|
+
"yarn-error.log": "yarn",
|
|
1612
|
+
".yarnrc.yml": "yarn",
|
|
1613
|
+
".yarnrc.yaml": "yarn",
|
|
1614
|
+
"androidmanifest.xml": "android",
|
|
1615
|
+
".env.defaults": "tune",
|
|
1616
|
+
".env.example": "tune",
|
|
1617
|
+
".env.sample": "tune",
|
|
1618
|
+
".env.template": "tune",
|
|
1619
|
+
".env.schema": "tune",
|
|
1620
|
+
".env.local": "tune",
|
|
1621
|
+
".env.dev": "tune",
|
|
1622
|
+
".env.development": "tune",
|
|
1623
|
+
".env.alpha": "tune",
|
|
1624
|
+
".env.e2e": "tune",
|
|
1625
|
+
".env.qa": "tune",
|
|
1626
|
+
".env.dist": "tune",
|
|
1627
|
+
".env.prod": "tune",
|
|
1628
|
+
".env.production": "tune",
|
|
1629
|
+
".env.prod.example": "tune",
|
|
1630
|
+
".env.production.example": "tune",
|
|
1631
|
+
".env.stg": "tune",
|
|
1632
|
+
".env.stage": "tune",
|
|
1633
|
+
".env.staging": "tune",
|
|
1634
|
+
".env.preview": "tune",
|
|
1635
|
+
".env.test": "tune",
|
|
1636
|
+
".env.testing": "tune",
|
|
1637
|
+
".env.dev.local": "tune",
|
|
1638
|
+
".env.development.local": "tune",
|
|
1639
|
+
".env.qa.local": "tune",
|
|
1640
|
+
".env.prod.local": "tune",
|
|
1641
|
+
".env.production.local": "tune",
|
|
1642
|
+
".env.stg.local": "tune",
|
|
1643
|
+
".env.staging.local": "tune",
|
|
1644
|
+
".env.test.local": "tune",
|
|
1645
|
+
".env.uat": "tune",
|
|
1646
|
+
".vars": "tune",
|
|
1647
|
+
".dev.vars": "tune",
|
|
1648
|
+
"turbo.json": "turborepo",
|
|
1649
|
+
"turbo.jsonc": "turborepo",
|
|
1650
|
+
"babel-transform.js": "babel",
|
|
1651
|
+
"blitz.config.js": "blitz",
|
|
1652
|
+
"blitz.config.ts": "blitz",
|
|
1653
|
+
".blitz.config.compiled.js": "blitz",
|
|
1654
|
+
"contributing.md": "contributing",
|
|
1655
|
+
"contributing.rst": "contributing",
|
|
1656
|
+
"contributing.txt": "contributing",
|
|
1657
|
+
"contributing": "contributing",
|
|
1658
|
+
"readme.md": "readme",
|
|
1659
|
+
"readme.rst": "readme",
|
|
1660
|
+
"readme.txt": "readme",
|
|
1661
|
+
"readme": "readme",
|
|
1662
|
+
"changelog": "changelog",
|
|
1663
|
+
"changelog.md": "changelog",
|
|
1664
|
+
"changelog.rst": "changelog",
|
|
1665
|
+
"changelog.txt": "changelog",
|
|
1666
|
+
"changes": "changelog",
|
|
1667
|
+
"changes.md": "changelog",
|
|
1668
|
+
"changes.rst": "changelog",
|
|
1669
|
+
"changes.txt": "changelog",
|
|
1670
|
+
"architecture.md": "architecture",
|
|
1671
|
+
"architecture.rst": "architecture",
|
|
1672
|
+
"architecture.txt": "architecture",
|
|
1673
|
+
"architecture": "architecture",
|
|
1674
|
+
"credits.md": "credits",
|
|
1675
|
+
"credits.rst": "credits",
|
|
1676
|
+
"credits.txt": "credits",
|
|
1677
|
+
"credits": "credits",
|
|
1678
|
+
"authors.md": "authors",
|
|
1679
|
+
"authors.rst": "authors",
|
|
1680
|
+
"authors.txt": "authors",
|
|
1681
|
+
"authors": "authors",
|
|
1682
|
+
"contributors.md": "authors",
|
|
1683
|
+
"contributors.rst": "authors",
|
|
1684
|
+
"contributors.txt": "authors",
|
|
1685
|
+
"contributors": "authors",
|
|
1686
|
+
".flowconfig": "flow",
|
|
1687
|
+
"favicon.ico": "favicon",
|
|
1688
|
+
"karma.conf.js": "karma",
|
|
1689
|
+
"karma.conf.ts": "karma",
|
|
1690
|
+
"karma.conf.coffee": "karma",
|
|
1691
|
+
"karma.config.js": "karma",
|
|
1692
|
+
"karma.config.ts": "karma",
|
|
1693
|
+
"karma-main.js": "karma",
|
|
1694
|
+
"karma-main.ts": "karma",
|
|
1695
|
+
".bithoundrc": "bithound",
|
|
1696
|
+
"svgo.config.js": "svgo",
|
|
1697
|
+
"svgo.config.cjs": "svgo",
|
|
1698
|
+
"svgo.config.mjs": "svgo",
|
|
1699
|
+
".appveyor.yml": "appveyor",
|
|
1700
|
+
"appveyor.yml": "appveyor",
|
|
1701
|
+
".travis.yml": "travis",
|
|
1702
|
+
".codecov.yml": "codecov",
|
|
1703
|
+
"codecov.yml": "codecov",
|
|
1704
|
+
".codecov.yaml": "codecov",
|
|
1705
|
+
"codecov.yaml": "codecov",
|
|
1706
|
+
"sonar-project.properties": "sonarcloud",
|
|
1707
|
+
".sonarcloud.properties": "sonarcloud",
|
|
1708
|
+
"sonarcloud.yaml": "sonarcloud",
|
|
1709
|
+
"SonarQube.Analysis.xml": "sonarcloud",
|
|
1710
|
+
"protractor.conf.js": "protractor",
|
|
1711
|
+
"protractor.conf.ts": "protractor",
|
|
1712
|
+
"protractor.conf.coffee": "protractor",
|
|
1713
|
+
"protractor.config.js": "protractor",
|
|
1714
|
+
"protractor.config.ts": "protractor",
|
|
1715
|
+
"fuse.js": "fusebox",
|
|
1716
|
+
"procfile": "heroku",
|
|
1717
|
+
"procfile.windows": "heroku",
|
|
1718
|
+
".editorconfig": "editorconfig",
|
|
1719
|
+
".editorconfig-checker.json": "editorconfig",
|
|
1720
|
+
".ecrc": "editorconfig",
|
|
1721
|
+
".bowerrc": "bower",
|
|
1722
|
+
"bower.json": "bower",
|
|
1723
|
+
".eslintrc-md.js": "eslint",
|
|
1724
|
+
".eslintrc-jsdoc.js": "eslint",
|
|
1725
|
+
".eslintrc.base.json": "eslint",
|
|
1726
|
+
".eslintignore": "eslint",
|
|
1727
|
+
".eslintcache": "eslint",
|
|
1728
|
+
"eslint-options.js": "eslint",
|
|
1729
|
+
"code_of_conduct.md": "conduct",
|
|
1730
|
+
"code_of_conduct.txt": "conduct",
|
|
1731
|
+
"code_of_conduct": "conduct",
|
|
1732
|
+
".watchmanconfig": "watchman",
|
|
1733
|
+
"aurelia.json": "aurelia",
|
|
1734
|
+
".autorc": "auto",
|
|
1735
|
+
"auto.config.js": "auto",
|
|
1736
|
+
"auto.config.ts": "auto",
|
|
1737
|
+
"auto-config.json": "auto",
|
|
1738
|
+
"auto-config.yaml": "auto",
|
|
1739
|
+
"auto-config.yml": "auto",
|
|
1740
|
+
"auto-config.ts": "auto",
|
|
1741
|
+
"auto-config.js": "auto",
|
|
1742
|
+
"mocha.opts": "mocha",
|
|
1743
|
+
".mocharc.yml": "mocha",
|
|
1744
|
+
".mocharc.yaml": "mocha",
|
|
1745
|
+
".mocharc.js": "mocha",
|
|
1746
|
+
".mocharc.cjs": "mocha",
|
|
1747
|
+
".mocharc.json": "mocha",
|
|
1748
|
+
".mocharc.jsonc": "mocha",
|
|
1749
|
+
"jenkinsfile": "jenkins",
|
|
1750
|
+
"firebase.config.js": "firebase",
|
|
1751
|
+
"firebase.json": "firebase",
|
|
1752
|
+
".firebaserc": "firebase",
|
|
1753
|
+
"firestore.rules": "firebase",
|
|
1754
|
+
"firestore.indexes.json": "firebase",
|
|
1755
|
+
"rollup.config.js": "rollup",
|
|
1756
|
+
"rollup.config.mjs": "rollup",
|
|
1757
|
+
"rollup.config.ts": "rollup",
|
|
1758
|
+
"rollup-config.js": "rollup",
|
|
1759
|
+
"rollup-config.mjs": "rollup",
|
|
1760
|
+
"rollup-config.ts": "rollup",
|
|
1761
|
+
"rollup.config.common.js": "rollup",
|
|
1762
|
+
"rollup.config.common.mjs": "rollup",
|
|
1763
|
+
"rollup.config.common.ts": "rollup",
|
|
1764
|
+
"rollup.config.base.js": "rollup",
|
|
1765
|
+
"rollup.config.base.mjs": "rollup",
|
|
1766
|
+
"rollup.config.base.ts": "rollup",
|
|
1767
|
+
"rollup.config.prod.js": "rollup",
|
|
1768
|
+
"rollup.config.prod.mjs": "rollup",
|
|
1769
|
+
"rollup.config.prod.ts": "rollup",
|
|
1770
|
+
"rollup.config.dev.js": "rollup",
|
|
1771
|
+
"rollup.config.dev.mjs": "rollup",
|
|
1772
|
+
"rollup.config.dev.ts": "rollup",
|
|
1773
|
+
"rollup.config.prod.vendor.js": "rollup",
|
|
1774
|
+
"rollup.config.prod.vendor.mjs": "rollup",
|
|
1775
|
+
"rollup.config.prod.vendor.ts": "rollup",
|
|
1776
|
+
".hhconfig": "hack",
|
|
1777
|
+
"hardhat.config.js": "hardhat",
|
|
1778
|
+
"hardhat.config.ts": "hardhat",
|
|
1779
|
+
".stylelintignore": "stylelint",
|
|
1780
|
+
".stylelintcache": "stylelint",
|
|
1781
|
+
".codeclimate.yml": "code-climate",
|
|
1782
|
+
".prettierignore": "prettier",
|
|
1783
|
+
".renovaterc": "renovate",
|
|
1784
|
+
".renovaterc.json": "renovate",
|
|
1785
|
+
"renovate-config.json": "renovate",
|
|
1786
|
+
"renovate.json": "renovate",
|
|
1787
|
+
"renovate.json5": "renovate",
|
|
1788
|
+
"apollo.config.js": "apollo",
|
|
1789
|
+
"nodemon.json": "nodemon",
|
|
1790
|
+
"nodemon-debug.json": "nodemon",
|
|
1791
|
+
".entity": "ngrx-entity",
|
|
1792
|
+
".hintrc": "webhint",
|
|
1793
|
+
"browserslist": "browserlist",
|
|
1794
|
+
".browserslistrc": "browserlist",
|
|
1795
|
+
".snyk": "snyk",
|
|
1796
|
+
".drone.yml": "drone",
|
|
1797
|
+
".sequelizerc": "sequelize",
|
|
1798
|
+
"gatsby-config.js": "gatsby",
|
|
1799
|
+
"gatsby-config.mjs": "gatsby",
|
|
1800
|
+
"gatsby-config.ts": "gatsby",
|
|
1801
|
+
"gatsby-node.js": "gatsby",
|
|
1802
|
+
"gatsby-node.mjs": "gatsby",
|
|
1803
|
+
"gatsby-node.ts": "gatsby",
|
|
1804
|
+
"gatsby-browser.js": "gatsby",
|
|
1805
|
+
"gatsby-browser.tsx": "gatsby",
|
|
1806
|
+
"gatsby-ssr.js": "gatsby",
|
|
1807
|
+
"gatsby-ssr.tsx": "gatsby",
|
|
1808
|
+
".wakatime-project": "wakatime",
|
|
1809
|
+
"circle.yml": "circleci",
|
|
1810
|
+
".cfignore": "cloudfoundry",
|
|
1811
|
+
"gruntfile.js": "grunt",
|
|
1812
|
+
"gruntfile.ts": "grunt",
|
|
1813
|
+
"gruntfile.cjs": "grunt",
|
|
1814
|
+
"gruntfile.cts": "grunt",
|
|
1815
|
+
"gruntfile.coffee": "grunt",
|
|
1816
|
+
"gruntfile.babel.js": "grunt",
|
|
1817
|
+
"gruntfile.babel.ts": "grunt",
|
|
1818
|
+
"gruntfile.babel.coffee": "grunt",
|
|
1819
|
+
"jest.config.js": "jest",
|
|
1820
|
+
"jest.config.cjs": "jest",
|
|
1821
|
+
"jest.config.mjs": "jest",
|
|
1822
|
+
"jest.config.ts": "jest",
|
|
1823
|
+
"jest.config.cts": "jest",
|
|
1824
|
+
"jest.config.mts": "jest",
|
|
1825
|
+
"jest.config.json": "jest",
|
|
1826
|
+
"jest.e2e.config.js": "jest",
|
|
1827
|
+
"jest.e2e.config.cjs": "jest",
|
|
1828
|
+
"jest.e2e.config.mjs": "jest",
|
|
1829
|
+
"jest.e2e.config.ts": "jest",
|
|
1830
|
+
"jest.e2e.config.cts": "jest",
|
|
1831
|
+
"jest.e2e.config.mts": "jest",
|
|
1832
|
+
"jest.e2e.config.json": "jest",
|
|
1833
|
+
"jest.e2e.json": "jest",
|
|
1834
|
+
"jest-unit.config.js": "jest",
|
|
1835
|
+
"jest-e2e.config.js": "jest",
|
|
1836
|
+
"jest-e2e.config.cjs": "jest",
|
|
1837
|
+
"jest-e2e.config.mjs": "jest",
|
|
1838
|
+
"jest-e2e.config.ts": "jest",
|
|
1839
|
+
"jest-e2e.config.cts": "jest",
|
|
1840
|
+
"jest-e2e.config.mts": "jest",
|
|
1841
|
+
"jest-e2e.config.json": "jest",
|
|
1842
|
+
"jest-e2e.json": "jest",
|
|
1843
|
+
"jest-github-actions-reporter.js": "jest",
|
|
1844
|
+
"jest.setup.js": "jest",
|
|
1845
|
+
"jest.setup.ts": "jest",
|
|
1846
|
+
"jest.json": "jest",
|
|
1847
|
+
".jestrc": "jest",
|
|
1848
|
+
".jestrc.js": "jest",
|
|
1849
|
+
".jestrc.json": "jest",
|
|
1850
|
+
"jest.teardown.js": "jest",
|
|
1851
|
+
"jest-preset.json": "jest",
|
|
1852
|
+
"jest-preset.js": "jest",
|
|
1853
|
+
"jest-preset.cjs": "jest",
|
|
1854
|
+
"jest-preset.mjs": "jest",
|
|
1855
|
+
"jest.preset.js": "jest",
|
|
1856
|
+
"jest.preset.mjs": "jest",
|
|
1857
|
+
"jest.preset.cjs": "jest",
|
|
1858
|
+
"jest.preset.json": "jest",
|
|
1859
|
+
"fastfile": "fastlane",
|
|
1860
|
+
"appfile": "fastlane",
|
|
1861
|
+
".helmignore": "helm",
|
|
1862
|
+
"wallaby.js": "wallaby",
|
|
1863
|
+
"wallaby.conf.js": "wallaby",
|
|
1864
|
+
"stencil.config.js": "stencil",
|
|
1865
|
+
"stencil.config.ts": "stencil",
|
|
1866
|
+
"makefile": "makefile",
|
|
1867
|
+
"gnumakefile": "makefile",
|
|
1868
|
+
"kbuild": "makefile",
|
|
1869
|
+
"bitbucket-pipelines.yaml": "bitbucket",
|
|
1870
|
+
"bitbucket-pipelines.yml": "bitbucket",
|
|
1871
|
+
".bazelignore": "bazel",
|
|
1872
|
+
".bazelrc": "bazel",
|
|
1873
|
+
".bazelversion": "bazel",
|
|
1874
|
+
".gdignore": "godot-assets",
|
|
1875
|
+
"._sc_": "godot-assets",
|
|
1876
|
+
"_sc_": "godot-assets",
|
|
1877
|
+
"azure-pipelines.yml": "azure-pipelines",
|
|
1878
|
+
"azure-pipelines.yaml": "azure-pipelines",
|
|
1879
|
+
"azure-pipelines-main.yml": "azure-pipelines",
|
|
1880
|
+
"azure-pipelines-main.yaml": "azure-pipelines",
|
|
1881
|
+
"vagrantfile": "vagrant",
|
|
1882
|
+
"prisma.yml": "prisma",
|
|
1883
|
+
"prisma.config.ts": "prisma",
|
|
1884
|
+
".nycrc": "istanbul",
|
|
1885
|
+
".nycrc.json": "istanbul",
|
|
1886
|
+
".nycrc.yaml": "istanbul",
|
|
1887
|
+
".nycrc.yml": "istanbul",
|
|
1888
|
+
"nyc.config.js": "istanbul",
|
|
1889
|
+
"nyc.config.cjs": "istanbul",
|
|
1890
|
+
".istanbul.yml": "istanbul",
|
|
1891
|
+
"tailwind.js": "tailwindcss",
|
|
1892
|
+
"tailwind.ts": "tailwindcss",
|
|
1893
|
+
"tailwind.config.js": "tailwindcss",
|
|
1894
|
+
"tailwind.config.cjs": "tailwindcss",
|
|
1895
|
+
"tailwind.config.mjs": "tailwindcss",
|
|
1896
|
+
"tailwind.config.ts": "tailwindcss",
|
|
1897
|
+
"tailwind.config.cts": "tailwindcss",
|
|
1898
|
+
"tailwind.config.mts": "tailwindcss",
|
|
1899
|
+
"buildkite.yml": "buildkite",
|
|
1900
|
+
"buildkite.yaml": "buildkite",
|
|
1901
|
+
"netlify.json": "netlify",
|
|
1902
|
+
"netlify.yml": "netlify",
|
|
1903
|
+
"netlify.yaml": "netlify",
|
|
1904
|
+
"netlify.toml": "netlify",
|
|
1905
|
+
"nest-cli.json": "nest",
|
|
1906
|
+
".nest-cli.json": "nest",
|
|
1907
|
+
"nestconfig.json": "nest",
|
|
1908
|
+
".nestconfig.json": "nest",
|
|
1909
|
+
"moon.yml": "moon",
|
|
1910
|
+
".percy.yml": "percy",
|
|
1911
|
+
".gitpod.yml": "gitpod",
|
|
1912
|
+
".stackblitzrc": "stackblitz",
|
|
1913
|
+
"codeowners": "codeowners",
|
|
1914
|
+
"OWNERS": "codeowners",
|
|
1915
|
+
".gcloudignore": "gcp",
|
|
1916
|
+
"amplify.yml": "amplify",
|
|
1917
|
+
"tiltfile": "tilt",
|
|
1918
|
+
"capacitor.config.json": "capacitor",
|
|
1919
|
+
"capacitor.config.ts": "capacitor",
|
|
1920
|
+
".adonisrc.json": "adonis",
|
|
1921
|
+
"ace": "adonis",
|
|
1922
|
+
"meson.build": "meson",
|
|
1923
|
+
"meson_options.txt": "meson",
|
|
1924
|
+
"meson.options": "meson",
|
|
1925
|
+
".czrc": "commitizen",
|
|
1926
|
+
".cz.json": "commitizen",
|
|
1927
|
+
".cz.toml": "commitizen",
|
|
1928
|
+
".cz.yaml": "commitizen",
|
|
1929
|
+
".cz.yml": "commitizen",
|
|
1930
|
+
"cz.json": "commitizen",
|
|
1931
|
+
"cz.toml": "commitizen",
|
|
1932
|
+
"cz.yaml": "commitizen",
|
|
1933
|
+
"cz.yml": "commitizen",
|
|
1934
|
+
".commitlint.yaml": "commitlint",
|
|
1935
|
+
".commitlint.yml": "commitlint",
|
|
1936
|
+
".buckconfig": "buck",
|
|
1937
|
+
"nx.json": "nx",
|
|
1938
|
+
".nxignore": "nx",
|
|
1939
|
+
"dune": "dune",
|
|
1940
|
+
"dune-project": "dune",
|
|
1941
|
+
"dune-workspace": "dune",
|
|
1942
|
+
"dune-workspace.dev": "dune",
|
|
1943
|
+
"roadmap.md": "roadmap",
|
|
1944
|
+
"roadmap.txt": "roadmap",
|
|
1945
|
+
"timeline.md": "roadmap",
|
|
1946
|
+
"timeline.txt": "roadmap",
|
|
1947
|
+
"milestones.md": "roadmap",
|
|
1948
|
+
"milestones.txt": "roadmap",
|
|
1949
|
+
"nuget.config": "nuget",
|
|
1950
|
+
".nuspec": "nuget",
|
|
1951
|
+
"nuget.exe": "nuget",
|
|
1952
|
+
"stryker.conf.json": "stryker",
|
|
1953
|
+
"stryker.conf.js": "stryker",
|
|
1954
|
+
"stryker.conf.cjs": "stryker",
|
|
1955
|
+
"stryker.conf.mjs": "stryker",
|
|
1956
|
+
".stryker.conf.json": "stryker",
|
|
1957
|
+
".stryker.conf.js": "stryker",
|
|
1958
|
+
".stryker.conf.cjs": "stryker",
|
|
1959
|
+
".stryker.conf.mjs": "stryker",
|
|
1960
|
+
"stryker.config.json": "stryker",
|
|
1961
|
+
"stryker.config.js": "stryker",
|
|
1962
|
+
"stryker.config.mjs": "stryker",
|
|
1963
|
+
"stryker.config.cjs": "stryker",
|
|
1964
|
+
".stryker.config.json": "stryker",
|
|
1965
|
+
".stryker.config.js": "stryker",
|
|
1966
|
+
".stryker.config.mjs": "stryker",
|
|
1967
|
+
".stryker.config.cjs": "stryker",
|
|
1968
|
+
".modernizrrc": "modernizr",
|
|
1969
|
+
".modernizrrc.js": "modernizr",
|
|
1970
|
+
".modernizrrc.json": "modernizr",
|
|
1971
|
+
".slugignore": "slug",
|
|
1972
|
+
"stitches.config.js": "stitches",
|
|
1973
|
+
"stitches.config.ts": "stitches",
|
|
1974
|
+
"nginx.conf": "nginx",
|
|
1975
|
+
".mcattributes": "minecraft",
|
|
1976
|
+
".mcdefinitions": "minecraft",
|
|
1977
|
+
".mcignore": "minecraft",
|
|
1978
|
+
".replit": "replit",
|
|
1979
|
+
"duc.fbs": "duc",
|
|
1980
|
+
"snowpack.config.js": "snowpack",
|
|
1981
|
+
"snowpack.config.cjs": "snowpack",
|
|
1982
|
+
"snowpack.config.mjs": "snowpack",
|
|
1983
|
+
"snowpack.config.ts": "snowpack",
|
|
1984
|
+
"snowpack.config.cts": "snowpack",
|
|
1985
|
+
"snowpack.config.mts": "snowpack",
|
|
1986
|
+
"snowpack.deps.json": "snowpack",
|
|
1987
|
+
"snowpack.config.json": "snowpack",
|
|
1988
|
+
"quasar.conf.js": "quasar",
|
|
1989
|
+
"quasar.config.js": "quasar",
|
|
1990
|
+
"quasar.conf.ts": "quasar",
|
|
1991
|
+
"quasar.config.ts": "quasar",
|
|
1992
|
+
"quasar.config.cjs": "quasar",
|
|
1993
|
+
"dependabot.yml": "dependabot",
|
|
1994
|
+
"dependabot.yaml": "dependabot",
|
|
1995
|
+
"lerna.json": "lerna",
|
|
1996
|
+
"windi.config.js": "windicss",
|
|
1997
|
+
"windi.config.cjs": "windicss",
|
|
1998
|
+
"windi.config.ts": "windicss",
|
|
1999
|
+
"windi.config.cts": "windicss",
|
|
2000
|
+
"windi.config.json": "windicss",
|
|
2001
|
+
".textlintrc": "textlint",
|
|
2002
|
+
".textlintrc.js": "textlint",
|
|
2003
|
+
".textlintrc.cjs": "textlint",
|
|
2004
|
+
".textlintrc.json": "textlint",
|
|
2005
|
+
".textlintrc.yml": "textlint",
|
|
2006
|
+
".textlintrc.yaml": "textlint",
|
|
2007
|
+
".textlintignore": "textlint",
|
|
2008
|
+
"vpkg.json": "vlang",
|
|
2009
|
+
"v.mod": "vlang",
|
|
2010
|
+
".sentryclirc": "sentry",
|
|
2011
|
+
".env.sentry-build-plugin": "sentry",
|
|
2012
|
+
".phpunit.result.cache": "phpunit",
|
|
2013
|
+
".phpunit-watcher.yml": "phpunit",
|
|
2014
|
+
"phpunit.xml": "phpunit",
|
|
2015
|
+
"phpunit.xml.dist": "phpunit",
|
|
2016
|
+
"phpunit-watcher.yml": "phpunit",
|
|
2017
|
+
"phpunit-watcher.yml.dist": "phpunit",
|
|
2018
|
+
".php_cs": "php-cs-fixer",
|
|
2019
|
+
".php_cs.dist": "php-cs-fixer",
|
|
2020
|
+
".php_cs.php": "php-cs-fixer",
|
|
2021
|
+
".php_cs.dist.php": "php-cs-fixer",
|
|
2022
|
+
".php-cs-fixer.php": "php-cs-fixer",
|
|
2023
|
+
".php-cs-fixer.dist.php": "php-cs-fixer",
|
|
2024
|
+
"robots.txt": "robots",
|
|
2025
|
+
"tsconfig.json": "tsconfig",
|
|
2026
|
+
"tsconfig.app.json": "tsconfig",
|
|
2027
|
+
"tsconfig.editor.json": "tsconfig",
|
|
2028
|
+
"tsconfig.spec.json": "tsconfig",
|
|
2029
|
+
"tsconfig.base.json": "tsconfig",
|
|
2030
|
+
"tsconfig.build.json": "tsconfig",
|
|
2031
|
+
"tsconfig.eslint.json": "tsconfig",
|
|
2032
|
+
"tsconfig.lib.json": "tsconfig",
|
|
2033
|
+
"tsconfig.lib.prod.json": "tsconfig",
|
|
2034
|
+
"tsconfig.node.json": "tsconfig",
|
|
2035
|
+
"tsconfig.test.json": "tsconfig",
|
|
2036
|
+
"tsconfig.e2e.json": "tsconfig",
|
|
2037
|
+
"tsconfig.web.json": "tsconfig",
|
|
2038
|
+
"tsconfig.webworker.json": "tsconfig",
|
|
2039
|
+
"tsconfig.worker.json": "tsconfig",
|
|
2040
|
+
"tsconfig.config.json": "tsconfig",
|
|
2041
|
+
"tsconfig.vitest.json": "tsconfig",
|
|
2042
|
+
"tsconfig.cjs.json": "tsconfig",
|
|
2043
|
+
"tsconfig.esm.json": "tsconfig",
|
|
2044
|
+
"tsconfig.mjs.json": "tsconfig",
|
|
2045
|
+
"tsconfig.doc.json": "tsconfig",
|
|
2046
|
+
"tsconfig.paths.json": "tsconfig",
|
|
2047
|
+
"tsconfig.main.json": "tsconfig",
|
|
2048
|
+
"tsconfig.renderer.json": "tsconfig",
|
|
2049
|
+
"tsconfig.server.json": "tsconfig",
|
|
2050
|
+
"tsconfig.client.json": "tsconfig",
|
|
2051
|
+
"tsconfig.declaration.json": "tsconfig",
|
|
2052
|
+
"tauri.conf.json": "tauri",
|
|
2053
|
+
"tauri.config.json": "tauri",
|
|
2054
|
+
"tauri.linux.conf.json": "tauri",
|
|
2055
|
+
"tauri.windows.conf.json": "tauri",
|
|
2056
|
+
"tauri.macos.conf.json": "tauri",
|
|
2057
|
+
".taurignore": "tauri",
|
|
2058
|
+
"jsconfig.json": "jsconfig",
|
|
2059
|
+
"maven.config": "maven",
|
|
2060
|
+
"jvm.config": "maven",
|
|
2061
|
+
"pom.xml": "maven",
|
|
2062
|
+
"serverless.yml": "serverless",
|
|
2063
|
+
"serverless.yaml": "serverless",
|
|
2064
|
+
"serverless.json": "serverless",
|
|
2065
|
+
"serverless.js": "serverless",
|
|
2066
|
+
"serverless.ts": "serverless",
|
|
2067
|
+
"supabase.js": "supabase",
|
|
2068
|
+
"supabase.ts": "supabase",
|
|
2069
|
+
"supabase.py": "supabase",
|
|
2070
|
+
".ember-cli": "ember",
|
|
2071
|
+
".ember-cli.js": "ember",
|
|
2072
|
+
"ember-cli-builds.js": "ember",
|
|
2073
|
+
"horusec-config.json": "horusec",
|
|
2074
|
+
"poetry.lock": "poetry",
|
|
2075
|
+
"pdm.lock": "pdm",
|
|
2076
|
+
"pdm.toml": "pdm",
|
|
2077
|
+
".pdm-python": "pdm",
|
|
2078
|
+
".parcelrc": "parcel",
|
|
2079
|
+
".astylerc": "astyle",
|
|
2080
|
+
".lighthouserc.js": "lighthouse",
|
|
2081
|
+
"lighthouserc.js": "lighthouse",
|
|
2082
|
+
".lighthouserc.cjs": "lighthouse",
|
|
2083
|
+
"lighthouserc.cjs": "lighthouse",
|
|
2084
|
+
".lighthouserc.json": "lighthouse",
|
|
2085
|
+
"lighthouserc.json": "lighthouse",
|
|
2086
|
+
".lighthouserc.yml": "lighthouse",
|
|
2087
|
+
"lighthouserc.yml": "lighthouse",
|
|
2088
|
+
".lighthouserc.yaml": "lighthouse",
|
|
2089
|
+
"lighthouserc.yaml": "lighthouse",
|
|
2090
|
+
"rome.json": "rome",
|
|
2091
|
+
"cypress.json": "cypress",
|
|
2092
|
+
"cypress.env.json": "cypress",
|
|
2093
|
+
"plopfile.js": "plop",
|
|
2094
|
+
"plopfile.cjs": "plop",
|
|
2095
|
+
"plopfile.mjs": "plop",
|
|
2096
|
+
"plopfile.ts": "plop",
|
|
2097
|
+
".tobimake": "tobimake",
|
|
2098
|
+
"gleam.toml": "gleam",
|
|
2099
|
+
"pnpm-lock.yaml": "pnpm",
|
|
2100
|
+
"pnpm-workspace.yaml": "pnpm",
|
|
2101
|
+
".pnpmfile.cjs": "pnpm",
|
|
2102
|
+
"gridsome.config.js": "gridsome",
|
|
2103
|
+
"gridsome.server.js": "gridsome",
|
|
2104
|
+
".steadybit.yml": "steadybit",
|
|
2105
|
+
"steadybit.yml": "steadybit",
|
|
2106
|
+
".steadybit.yaml": "steadybit",
|
|
2107
|
+
"steadybit.yaml": "steadybit",
|
|
2108
|
+
"Caddyfile": "caddy",
|
|
2109
|
+
"openapi.json": "openapi",
|
|
2110
|
+
"openapi.yml": "openapi",
|
|
2111
|
+
"openapi.yaml": "openapi",
|
|
2112
|
+
"swagger.json": "swagger",
|
|
2113
|
+
"swagger.yml": "swagger",
|
|
2114
|
+
"swagger.yaml": "swagger",
|
|
2115
|
+
"bun.lockb": "bun",
|
|
2116
|
+
"bunfig.toml": "bun",
|
|
2117
|
+
".bun-version": "bun",
|
|
2118
|
+
"bun.lock": "bun",
|
|
2119
|
+
".nano-staged.js": "nano-staged",
|
|
2120
|
+
"nano-staged.js": "nano-staged",
|
|
2121
|
+
".nano-staged.cjs": "nano-staged",
|
|
2122
|
+
"nano-staged.cjs": "nano-staged",
|
|
2123
|
+
".nano-staged.mjs": "nano-staged",
|
|
2124
|
+
"nano-staged.mjs": "nano-staged",
|
|
2125
|
+
".nano-staged.json": "nano-staged",
|
|
2126
|
+
"nano-staged.json": "nano-staged",
|
|
2127
|
+
".nanostagedrc": "nano-staged",
|
|
2128
|
+
"knip.json": "knip",
|
|
2129
|
+
"knip.jsonc": "knip",
|
|
2130
|
+
".knip.json": "knip",
|
|
2131
|
+
".knip.jsonc": "knip",
|
|
2132
|
+
"knip.ts": "knip",
|
|
2133
|
+
"knip.js": "knip",
|
|
2134
|
+
"knip.config.ts": "knip",
|
|
2135
|
+
"knip.config.js": "knip",
|
|
2136
|
+
"taskfile.yml": "taskfile",
|
|
2137
|
+
"taskfile.yaml": "taskfile",
|
|
2138
|
+
"taskfile.dist.yml": "taskfile",
|
|
2139
|
+
"taskfile.dist.yaml": "taskfile",
|
|
2140
|
+
".taskrc.yml": "taskfile",
|
|
2141
|
+
".taskrc.yaml": "taskfile",
|
|
2142
|
+
".hg": "mercurial",
|
|
2143
|
+
".hgignore": "mercurial",
|
|
2144
|
+
".hgflow": "mercurial",
|
|
2145
|
+
".hgtags": "mercurial",
|
|
2146
|
+
".hgrc": "mercurial",
|
|
2147
|
+
"hgrc": "mercurial",
|
|
2148
|
+
"mercurial.ini": "mercurial",
|
|
2149
|
+
"deno.json": "deno",
|
|
2150
|
+
"deno.jsonc": "deno",
|
|
2151
|
+
"deno.lock": "deno",
|
|
2152
|
+
"plastic.branchexplorer": "plastic",
|
|
2153
|
+
"plastic.selector": "plastic",
|
|
2154
|
+
"plastic.wktree": "plastic",
|
|
2155
|
+
"plastic.workspace": "plastic",
|
|
2156
|
+
"plastic.workspaces": "plastic",
|
|
2157
|
+
"typst.toml": "typst",
|
|
2158
|
+
"uno.config.js": "unocss",
|
|
2159
|
+
"uno.config.mjs": "unocss",
|
|
2160
|
+
"uno.config.ts": "unocss",
|
|
2161
|
+
"uno.config.mts": "unocss",
|
|
2162
|
+
"unocss.config.js": "unocss",
|
|
2163
|
+
"unocss.config.mjs": "unocss",
|
|
2164
|
+
"unocss.config.ts": "unocss",
|
|
2165
|
+
"unocss.config.mts": "unocss",
|
|
2166
|
+
".mincloudrc": "ifanr-cloud",
|
|
2167
|
+
".qa-mincloudrc": "ifanr-cloud",
|
|
2168
|
+
"concourse.yml": "concourse",
|
|
2169
|
+
"werf.yaml": "werf",
|
|
2170
|
+
"werf.yml": "werf",
|
|
2171
|
+
"werf-giterminism.yaml": "werf",
|
|
2172
|
+
"werf-giterminism.yml": "werf",
|
|
2173
|
+
"werf-includes.lock": "werf",
|
|
2174
|
+
"werf-includes.yaml": "werf",
|
|
2175
|
+
"werf-includes.yml": "werf",
|
|
2176
|
+
".luaurc": "luau",
|
|
2177
|
+
"wally.toml": "wally",
|
|
2178
|
+
"biome.json": "biome",
|
|
2179
|
+
"biome.jsonc": "biome",
|
|
2180
|
+
".biome.json": "biome",
|
|
2181
|
+
".biome.jsonc": "biome",
|
|
2182
|
+
"drizzle.config.ts": "drizzle",
|
|
2183
|
+
"drizzle.config.dev.ts": "drizzle",
|
|
2184
|
+
"drizzle.config.prod.ts": "drizzle",
|
|
2185
|
+
"drizzle.config.js": "drizzle",
|
|
2186
|
+
"drizzle.config.dev.js": "drizzle",
|
|
2187
|
+
"drizzle.config.prod.js": "drizzle",
|
|
2188
|
+
"drizzle.config.json": "drizzle",
|
|
2189
|
+
"drizzle.config.dev.json": "drizzle",
|
|
2190
|
+
"drizzle.config.prod.json": "drizzle",
|
|
2191
|
+
"garden.yml": "garden",
|
|
2192
|
+
"garden.yaml": "garden",
|
|
2193
|
+
"project.garden.yml": "garden",
|
|
2194
|
+
"project.garden.yaml": "garden",
|
|
2195
|
+
".gardenignore": "garden",
|
|
2196
|
+
"PklProject": "pkl",
|
|
2197
|
+
"PklProject.deps.json": "pkl",
|
|
2198
|
+
"k8s.yml": "kubernetes",
|
|
2199
|
+
"k8s.yaml": "kubernetes",
|
|
2200
|
+
"kubernetes.yml": "kubernetes",
|
|
2201
|
+
"kubernetes.yaml": "kubernetes",
|
|
2202
|
+
".k8s.yml": "kubernetes",
|
|
2203
|
+
".k8s.yaml": "kubernetes",
|
|
2204
|
+
"phpstan.neon": "phpstan",
|
|
2205
|
+
"phpstan.neon.dist": "phpstan",
|
|
2206
|
+
"phpstan.dist.neon": "phpstan",
|
|
2207
|
+
"screwdriver.yaml": "screwdriver",
|
|
2208
|
+
"screwdriver.yml": "screwdriver",
|
|
2209
|
+
"snapcraft.yaml": "snapcraft",
|
|
2210
|
+
"snapcraft.yml": "snapcraft",
|
|
2211
|
+
"devcontainer.json": "container",
|
|
2212
|
+
"devcontainer-lock.json": "container",
|
|
2213
|
+
"kcl.mod": "kcl",
|
|
2214
|
+
"kcl.yaml": "kcl",
|
|
2215
|
+
"kcl.yml": "kcl",
|
|
2216
|
+
".clangd": "clangd",
|
|
2217
|
+
".markdownlint.json": "markdownlint",
|
|
2218
|
+
".markdownlint.jsonc": "markdownlint",
|
|
2219
|
+
".markdownlint.yaml": "markdownlint",
|
|
2220
|
+
".markdownlint.yml": "markdownlint",
|
|
2221
|
+
".markdownlint-cli2.jsonc": "markdownlint",
|
|
2222
|
+
".markdownlint-cli2.yaml": "markdownlint",
|
|
2223
|
+
".markdownlint-cli2.cjs": "markdownlint",
|
|
2224
|
+
".markdownlint-cli2.mjs": "markdownlint",
|
|
2225
|
+
".markdownlintignore": "markdownlint",
|
|
2226
|
+
".deepsource.toml": "deepsource",
|
|
2227
|
+
"jsr.json": "jsr",
|
|
2228
|
+
"jsr.jsonc": "jsr",
|
|
2229
|
+
".coderabbit.yml": "coderabbit-ai",
|
|
2230
|
+
".coderabbit.yaml": "coderabbit-ai",
|
|
2231
|
+
".aiexclude": "gemini-ai",
|
|
2232
|
+
"GEMINI.md": "gemini-ai",
|
|
2233
|
+
".tazerc": "taze",
|
|
2234
|
+
".tazerc.json": "taze",
|
|
2235
|
+
".lefthook-local.json": "lefthook",
|
|
2236
|
+
".lefthook-local.toml": "lefthook",
|
|
2237
|
+
".lefthook-local.yaml": "lefthook",
|
|
2238
|
+
".lefthook-local.yml": "lefthook",
|
|
2239
|
+
".lefthook.json": "lefthook",
|
|
2240
|
+
".lefthook.toml": "lefthook",
|
|
2241
|
+
".lefthook.yaml": "lefthook",
|
|
2242
|
+
".lefthook.yml": "lefthook",
|
|
2243
|
+
".lefthookrc": "lefthook",
|
|
2244
|
+
"lefthook-local.json": "lefthook",
|
|
2245
|
+
"lefthook-local.toml": "lefthook",
|
|
2246
|
+
"lefthook-local.yaml": "lefthook",
|
|
2247
|
+
"lefthook-local.yml": "lefthook",
|
|
2248
|
+
"lefthook.json": "lefthook",
|
|
2249
|
+
"lefthook.toml": "lefthook",
|
|
2250
|
+
"lefthook.yaml": "lefthook",
|
|
2251
|
+
"lefthook.yml": "lefthook",
|
|
2252
|
+
"lefthookrc": "lefthook",
|
|
2253
|
+
"labeler.yml": "label",
|
|
2254
|
+
"labeler.yaml": "label",
|
|
2255
|
+
"tags": "label",
|
|
2256
|
+
"copilot-instructions.md": "copilot",
|
|
2257
|
+
".pre-commit-config.yaml": "pre-commit",
|
|
2258
|
+
".pre-commit-hooks.yaml": "pre-commit",
|
|
2259
|
+
".lintstagedrc": "lintstaged",
|
|
2260
|
+
".lintstagedrc.json": "lintstaged",
|
|
2261
|
+
".lintstagedrc.yaml": "lintstaged",
|
|
2262
|
+
".lintstagedrc.yml": "lintstaged",
|
|
2263
|
+
".lintstagedrc.mjs": "lintstaged",
|
|
2264
|
+
".lintstagedrc.cjs": "lintstaged",
|
|
2265
|
+
"lint-staged.config.mjs": "lintstaged",
|
|
2266
|
+
"lint-staged.config.cjs": "lintstaged",
|
|
2267
|
+
"lint-staged.config.js": "lintstaged",
|
|
2268
|
+
".lintstagedrc.js": "lintstaged",
|
|
2269
|
+
"install": "installation",
|
|
2270
|
+
"installation": "installation",
|
|
2271
|
+
"FUNDING.yml": "github-sponsors",
|
|
2272
|
+
"fabric.mod.json": "minecraft-fabric",
|
|
2273
|
+
"hosts": "hosts",
|
|
2274
|
+
"citation.cff": "citation",
|
|
2275
|
+
"xmake.lua": "xmake",
|
|
2276
|
+
"xmake": "xmake",
|
|
2277
|
+
"wrangler.toml": "wrangler",
|
|
2278
|
+
"wrangler.json": "wrangler",
|
|
2279
|
+
"wrangler.jsonc": "wrangler",
|
|
2280
|
+
".clinerules": "cline",
|
|
2281
|
+
".packshiprc": "packship",
|
|
2282
|
+
".packshiprc.json": "packship",
|
|
2283
|
+
".packshiprc.js": "packship",
|
|
2284
|
+
".packshiprc.ts": "packship",
|
|
2285
|
+
"packship.config.js": "packship",
|
|
2286
|
+
"packship.config.ts": "packship",
|
|
2287
|
+
"packship.config.mjs": "packship",
|
|
2288
|
+
"packship.config.mts": "packship",
|
|
2289
|
+
"packship.config.json": "packship",
|
|
2290
|
+
"Snakefile": "snakemake",
|
|
2291
|
+
"tsdoc.json": "tsdoc",
|
|
2292
|
+
".oxlintrc.json": "oxc",
|
|
2293
|
+
".oxlintrc.jsonc": "oxc",
|
|
2294
|
+
".oxfmtrc.json": "oxc",
|
|
2295
|
+
".oxfmtrc.jsonc": "oxc",
|
|
2296
|
+
"oxlint.config.ts": "oxc",
|
|
2297
|
+
"oxfmt.config.ts": "oxc",
|
|
2298
|
+
"CLAUDE.md": "claude",
|
|
2299
|
+
"CLAUDE.local.md": "claude",
|
|
2300
|
+
".cursorignore": "cursor",
|
|
2301
|
+
".cursorindexingignore": "cursor",
|
|
2302
|
+
".cursorrules": "cursor",
|
|
2303
|
+
".cursor": "cursor",
|
|
2304
|
+
".cursor.json": "cursor",
|
|
2305
|
+
".cursorrc": "cursor",
|
|
2306
|
+
"metro.config.js": "metro",
|
|
2307
|
+
"metro.config.cjs": "metro",
|
|
2308
|
+
"metro.config.mjs": "metro",
|
|
2309
|
+
"metro.config.json": "metro",
|
|
2310
|
+
"initialize.sh": "bashly-hook",
|
|
2311
|
+
"before.sh": "bashly-hook",
|
|
2312
|
+
"after.sh": "bashly-hook",
|
|
2313
|
+
"google-services.json": "google",
|
|
2314
|
+
"GoogleService-Info.plist": "google",
|
|
2315
|
+
"warp.md": "warp",
|
|
2316
|
+
"skill.md": "skill",
|
|
2317
|
+
"instructions.md": "instructions",
|
|
2318
|
+
"instruction.md": "instructions",
|
|
2319
|
+
"appwrite.json": "appwrite",
|
|
2320
|
+
"appwrite.js": "appwrite",
|
|
2321
|
+
"appwrite.ts": "appwrite"
|
|
2322
|
+
},
|
|
2323
|
+
"folderNameToIcon": {
|
|
2324
|
+
"rust": "folder-rust",
|
|
2325
|
+
"bot": "folder-robot",
|
|
2326
|
+
"bots": "folder-robot",
|
|
2327
|
+
"robot": "folder-robot",
|
|
2328
|
+
"robots": "folder-robot",
|
|
2329
|
+
"agent": "folder-robot",
|
|
2330
|
+
"agents": "folder-robot",
|
|
2331
|
+
"src": "folder-src",
|
|
2332
|
+
"srcs": "folder-src",
|
|
2333
|
+
"source": "folder-src",
|
|
2334
|
+
"sources": "folder-src",
|
|
2335
|
+
"code": "folder-src",
|
|
2336
|
+
"dist": "folder-dist",
|
|
2337
|
+
"out": "folder-dist",
|
|
2338
|
+
"output": "folder-dist",
|
|
2339
|
+
"outputs": "folder-dist",
|
|
2340
|
+
"build": "folder-dist",
|
|
2341
|
+
"builds": "folder-dist",
|
|
2342
|
+
"release": "folder-dist",
|
|
2343
|
+
"bin": "folder-dist",
|
|
2344
|
+
"distribution": "folder-dist",
|
|
2345
|
+
"built": "folder-dist",
|
|
2346
|
+
"compiled": "folder-dist",
|
|
2347
|
+
"css": "folder-css",
|
|
2348
|
+
"stylesheet": "folder-css",
|
|
2349
|
+
"stylesheets": "folder-css",
|
|
2350
|
+
"style": "folder-css",
|
|
2351
|
+
"styles": "folder-css",
|
|
2352
|
+
"sass": "folder-sass",
|
|
2353
|
+
"scss": "folder-sass",
|
|
2354
|
+
"tv": "folder-television",
|
|
2355
|
+
"television": "folder-television",
|
|
2356
|
+
"desktop": "folder-desktop",
|
|
2357
|
+
"display": "folder-desktop",
|
|
2358
|
+
"console": "folder-console",
|
|
2359
|
+
"xbox": "folder-console",
|
|
2360
|
+
"ps4": "folder-console",
|
|
2361
|
+
"ps5": "folder-console",
|
|
2362
|
+
"switch": "folder-console",
|
|
2363
|
+
"game": "folder-console",
|
|
2364
|
+
"games": "folder-console",
|
|
2365
|
+
"images": "folder-images",
|
|
2366
|
+
"image": "folder-images",
|
|
2367
|
+
"imgs": "folder-images",
|
|
2368
|
+
"img": "folder-images",
|
|
2369
|
+
"icons": "folder-images",
|
|
2370
|
+
"icon": "folder-images",
|
|
2371
|
+
"icos": "folder-images",
|
|
2372
|
+
"ico": "folder-images",
|
|
2373
|
+
"figures": "folder-images",
|
|
2374
|
+
"figure": "folder-images",
|
|
2375
|
+
"figs": "folder-images",
|
|
2376
|
+
"fig": "folder-images",
|
|
2377
|
+
"screenshot": "folder-images",
|
|
2378
|
+
"screenshots": "folder-images",
|
|
2379
|
+
"screengrab": "folder-images",
|
|
2380
|
+
"screengrabs": "folder-images",
|
|
2381
|
+
"pic": "folder-images",
|
|
2382
|
+
"pics": "folder-images",
|
|
2383
|
+
"picture": "folder-images",
|
|
2384
|
+
"pictures": "folder-images",
|
|
2385
|
+
"photo": "folder-images",
|
|
2386
|
+
"photos": "folder-images",
|
|
2387
|
+
"photograph": "folder-images",
|
|
2388
|
+
"photographs": "folder-images",
|
|
2389
|
+
"texture": "folder-images",
|
|
2390
|
+
"textures": "folder-images",
|
|
2391
|
+
"script": "folder-scripts",
|
|
2392
|
+
"scripts": "folder-scripts",
|
|
2393
|
+
"scripting": "folder-scripts",
|
|
2394
|
+
"node": "folder-node",
|
|
2395
|
+
"nodejs": "folder-node",
|
|
2396
|
+
"node_modules": "folder-node",
|
|
2397
|
+
"js": "folder-javascript",
|
|
2398
|
+
"javascript": "folder-javascript",
|
|
2399
|
+
"javascripts": "folder-javascript",
|
|
2400
|
+
"cjs": "folder-javascript",
|
|
2401
|
+
"mjs": "folder-javascript",
|
|
2402
|
+
"json": "folder-json",
|
|
2403
|
+
"jsons": "folder-json",
|
|
2404
|
+
"jsonc": "folder-json",
|
|
2405
|
+
"jsonl": "folder-json",
|
|
2406
|
+
"font": "folder-font",
|
|
2407
|
+
"fonts": "folder-font",
|
|
2408
|
+
"typeface": "folder-font",
|
|
2409
|
+
"typefaces": "folder-font",
|
|
2410
|
+
"bower_components": "folder-bower",
|
|
2411
|
+
"test": "folder-test",
|
|
2412
|
+
"tests": "folder-test",
|
|
2413
|
+
"testing": "folder-test",
|
|
2414
|
+
"snapshots": "folder-test",
|
|
2415
|
+
"spec": "folder-test",
|
|
2416
|
+
"specs": "folder-test",
|
|
2417
|
+
"testfiles": "folder-test",
|
|
2418
|
+
"directive": "folder-directive",
|
|
2419
|
+
"directives": "folder-vue-directives",
|
|
2420
|
+
"jinja": "folder-jinja",
|
|
2421
|
+
"jinja2": "folder-jinja",
|
|
2422
|
+
"j2": "folder-jinja",
|
|
2423
|
+
"markdown": "folder-markdown",
|
|
2424
|
+
"md": "folder-markdown",
|
|
2425
|
+
"pdm-plugins": "folder-pdm",
|
|
2426
|
+
"pdm-build": "folder-pdm",
|
|
2427
|
+
"php": "folder-php",
|
|
2428
|
+
"phpmailer": "folder-phpmailer",
|
|
2429
|
+
"sublime": "folder-sublime",
|
|
2430
|
+
"doc": "folder-docs",
|
|
2431
|
+
"docs": "folder-docs",
|
|
2432
|
+
"document": "folder-docs",
|
|
2433
|
+
"documents": "folder-docs",
|
|
2434
|
+
"documentation": "folder-docs",
|
|
2435
|
+
"post": "folder-docs",
|
|
2436
|
+
"posts": "folder-docs",
|
|
2437
|
+
"article": "folder-docs",
|
|
2438
|
+
"articles": "folder-docs",
|
|
2439
|
+
"wiki": "folder-docs",
|
|
2440
|
+
"news": "folder-docs",
|
|
2441
|
+
"blog": "folder-docs",
|
|
2442
|
+
"knowledge": "folder-docs",
|
|
2443
|
+
"diary": "folder-docs",
|
|
2444
|
+
"note": "folder-docs",
|
|
2445
|
+
"notes": "folder-docs",
|
|
2446
|
+
"git": "folder-git",
|
|
2447
|
+
"patches": "folder-git",
|
|
2448
|
+
"githooks": "folder-git",
|
|
2449
|
+
"submodules": "folder-git",
|
|
2450
|
+
"github": "folder-github",
|
|
2451
|
+
"gitea": "folder-gitea",
|
|
2452
|
+
"gitlab": "folder-gitlab",
|
|
2453
|
+
"forgejo": "folder-forgejo",
|
|
2454
|
+
"vscode": "folder-vscode",
|
|
2455
|
+
"vscode-test": "folder-vscode",
|
|
2456
|
+
"view": "folder-views",
|
|
2457
|
+
"views": "folder-views",
|
|
2458
|
+
"screen": "folder-views",
|
|
2459
|
+
"screens": "folder-views",
|
|
2460
|
+
"page": "folder-views",
|
|
2461
|
+
"pages": "folder-views",
|
|
2462
|
+
"public_html": "folder-views",
|
|
2463
|
+
"html": "folder-views",
|
|
2464
|
+
"vue": "folder-vue",
|
|
2465
|
+
"vuepress": "folder-vuepress",
|
|
2466
|
+
"expo": "folder-expo",
|
|
2467
|
+
"expo-shared": "folder-expo",
|
|
2468
|
+
"cfg": "folder-config",
|
|
2469
|
+
"cfgs": "folder-config",
|
|
2470
|
+
"conf": "folder-config",
|
|
2471
|
+
"confs": "folder-config",
|
|
2472
|
+
"config": "folder-config",
|
|
2473
|
+
"configs": "folder-config",
|
|
2474
|
+
"configuration": "folder-config",
|
|
2475
|
+
"configurations": "folder-config",
|
|
2476
|
+
"setting": "folder-config",
|
|
2477
|
+
"settings": "folder-config",
|
|
2478
|
+
"meta-inf": "folder-config",
|
|
2479
|
+
"option": "folder-config",
|
|
2480
|
+
"options": "folder-config",
|
|
2481
|
+
"pref": "folder-config",
|
|
2482
|
+
"prefs": "folder-config",
|
|
2483
|
+
"preference": "folder-config",
|
|
2484
|
+
"preferences": "folder-config",
|
|
2485
|
+
"props": "folder-config",
|
|
2486
|
+
"properties": "folder-config",
|
|
2487
|
+
"i18n": "folder-i18n",
|
|
2488
|
+
"internationalization": "folder-i18n",
|
|
2489
|
+
"lang": "folder-i18n",
|
|
2490
|
+
"langs": "folder-i18n",
|
|
2491
|
+
"language": "folder-i18n",
|
|
2492
|
+
"languages": "folder-i18n",
|
|
2493
|
+
"locale": "folder-i18n",
|
|
2494
|
+
"locales": "folder-i18n",
|
|
2495
|
+
"l10n": "folder-i18n",
|
|
2496
|
+
"localization": "folder-i18n",
|
|
2497
|
+
"translation": "folder-i18n",
|
|
2498
|
+
"translate": "folder-i18n",
|
|
2499
|
+
"translations": "folder-i18n",
|
|
2500
|
+
"tx": "folder-i18n",
|
|
2501
|
+
"components": "folder-vue",
|
|
2502
|
+
"widget": "folder-components",
|
|
2503
|
+
"widgets": "folder-components",
|
|
2504
|
+
"fragments": "folder-components",
|
|
2505
|
+
"verdaccio": "folder-verdaccio",
|
|
2506
|
+
"aurelia_project": "folder-aurelia",
|
|
2507
|
+
"resource": "folder-resource",
|
|
2508
|
+
"resources": "folder-resource",
|
|
2509
|
+
"res": "folder-resource",
|
|
2510
|
+
"asset": "folder-resource",
|
|
2511
|
+
"assets": "folder-resource",
|
|
2512
|
+
"static": "folder-resource",
|
|
2513
|
+
"report": "folder-resource",
|
|
2514
|
+
"reports": "folder-resource",
|
|
2515
|
+
"lib": "folder-lib",
|
|
2516
|
+
"libs": "folder-lib",
|
|
2517
|
+
"library": "folder-lib",
|
|
2518
|
+
"libraries": "folder-lib",
|
|
2519
|
+
"vendor": "folder-lib",
|
|
2520
|
+
"vendors": "folder-lib",
|
|
2521
|
+
"third-party": "folder-lib",
|
|
2522
|
+
"lib64": "folder-lib",
|
|
2523
|
+
"themes": "folder-theme",
|
|
2524
|
+
"theme": "folder-theme",
|
|
2525
|
+
"color": "folder-theme",
|
|
2526
|
+
"colors": "folder-theme",
|
|
2527
|
+
"colour": "folder-theme",
|
|
2528
|
+
"colours": "folder-theme",
|
|
2529
|
+
"design": "folder-theme",
|
|
2530
|
+
"designs": "folder-theme",
|
|
2531
|
+
"palette": "folder-theme",
|
|
2532
|
+
"palettes": "folder-theme",
|
|
2533
|
+
"webpack": "folder-webpack",
|
|
2534
|
+
"global": "folder-global",
|
|
2535
|
+
"public": "folder-public",
|
|
2536
|
+
"www": "folder-public",
|
|
2537
|
+
"wwwroot": "folder-public",
|
|
2538
|
+
"web": "folder-public",
|
|
2539
|
+
"website": "folder-public",
|
|
2540
|
+
"websites": "folder-public",
|
|
2541
|
+
"site": "folder-public",
|
|
2542
|
+
"browser": "folder-public",
|
|
2543
|
+
"browsers": "folder-public",
|
|
2544
|
+
"proxy": "folder-public",
|
|
2545
|
+
"inc": "folder-include",
|
|
2546
|
+
"include": "folder-include",
|
|
2547
|
+
"includes": "folder-include",
|
|
2548
|
+
"partial": "folder-include",
|
|
2549
|
+
"partials": "folder-include",
|
|
2550
|
+
"inc64": "folder-include",
|
|
2551
|
+
"docker": "folder-docker",
|
|
2552
|
+
"dockerfiles": "folder-docker",
|
|
2553
|
+
"dockerhub": "folder-docker",
|
|
2554
|
+
"nginx": "folder-nginx",
|
|
2555
|
+
"store": "folder-store",
|
|
2556
|
+
"effects": "folder-ngrx-effects",
|
|
2557
|
+
"states": "folder-ngrx-state",
|
|
2558
|
+
"state": "folder-ngrx-state",
|
|
2559
|
+
"reducers": "folder-redux-reducer",
|
|
2560
|
+
"reducer": "folder-redux-reducer",
|
|
2561
|
+
"actions": "folder-redux-actions",
|
|
2562
|
+
"entities": "folder-ngrx-entities",
|
|
2563
|
+
"selectors": "folder-redux-selector",
|
|
2564
|
+
"redux-reducer": "folder-redux-reducer",
|
|
2565
|
+
"redux-reducers": "folder-redux-reducer",
|
|
2566
|
+
"redux": "folder-redux-toolkit",
|
|
2567
|
+
"redux-toolkit": "folder-redux-toolkit",
|
|
2568
|
+
"selector": "folder-redux-selector",
|
|
2569
|
+
"stores": "folder-store",
|
|
2570
|
+
"react": "folder-react-components",
|
|
2571
|
+
"jsx": "folder-react-components",
|
|
2572
|
+
"reactjs": "folder-react-components",
|
|
2573
|
+
"react-components": "folder-react-components",
|
|
2574
|
+
"astro": "folder-astro",
|
|
2575
|
+
"db": "folder-database",
|
|
2576
|
+
"data": "folder-database",
|
|
2577
|
+
"database": "folder-database",
|
|
2578
|
+
"databases": "folder-database",
|
|
2579
|
+
"sql": "folder-database",
|
|
2580
|
+
"migrations": "folder-migrations",
|
|
2581
|
+
"migration": "folder-migrations",
|
|
2582
|
+
"log": "folder-log",
|
|
2583
|
+
"logs": "folder-log",
|
|
2584
|
+
"logging": "folder-log",
|
|
2585
|
+
"target": "folder-target",
|
|
2586
|
+
"temp": "folder-temp",
|
|
2587
|
+
"tmp": "folder-temp",
|
|
2588
|
+
"cached": "folder-temp",
|
|
2589
|
+
"cache": "folder-temp",
|
|
2590
|
+
"aws": "folder-aws",
|
|
2591
|
+
"azure": "folder-aws",
|
|
2592
|
+
"gcp": "folder-aws",
|
|
2593
|
+
"aud": "folder-audio",
|
|
2594
|
+
"auds": "folder-audio",
|
|
2595
|
+
"audio": "folder-audio",
|
|
2596
|
+
"audios": "folder-audio",
|
|
2597
|
+
"music": "folder-audio",
|
|
2598
|
+
"song": "folder-audio",
|
|
2599
|
+
"songs": "folder-audio",
|
|
2600
|
+
"sound": "folder-audio",
|
|
2601
|
+
"sounds": "folder-audio",
|
|
2602
|
+
"voice": "folder-audio",
|
|
2603
|
+
"voices": "folder-audio",
|
|
2604
|
+
"recordings": "folder-audio",
|
|
2605
|
+
"playlist": "folder-audio",
|
|
2606
|
+
"playlists": "folder-audio",
|
|
2607
|
+
"vid": "folder-video",
|
|
2608
|
+
"vids": "folder-video",
|
|
2609
|
+
"video": "folder-video",
|
|
2610
|
+
"videos": "folder-video",
|
|
2611
|
+
"movie": "folder-video",
|
|
2612
|
+
"movies": "folder-video",
|
|
2613
|
+
"media": "folder-video",
|
|
2614
|
+
"kubernetes": "folder-kubernetes",
|
|
2615
|
+
"k8s": "folder-kubernetes",
|
|
2616
|
+
"import": "folder-import",
|
|
2617
|
+
"imports": "folder-import",
|
|
2618
|
+
"imported": "folder-import",
|
|
2619
|
+
"export": "folder-export",
|
|
2620
|
+
"exports": "folder-export",
|
|
2621
|
+
"exported": "folder-export",
|
|
2622
|
+
"wakatime": "folder-wakatime",
|
|
2623
|
+
"circleci": "folder-circleci",
|
|
2624
|
+
"wordpress-org": "folder-wordpress",
|
|
2625
|
+
"wp-content": "folder-wordpress",
|
|
2626
|
+
"gradle": "folder-gradle",
|
|
2627
|
+
"coverage": "folder-coverage",
|
|
2628
|
+
"nyc-output": "folder-coverage",
|
|
2629
|
+
"nyc_output": "folder-coverage",
|
|
2630
|
+
"e2e": "folder-coverage",
|
|
2631
|
+
"it": "folder-coverage",
|
|
2632
|
+
"integration-test": "folder-coverage",
|
|
2633
|
+
"integration-tests": "folder-coverage",
|
|
2634
|
+
"class": "folder-class",
|
|
2635
|
+
"classes": "folder-class",
|
|
2636
|
+
"model": "folder-class",
|
|
2637
|
+
"models": "folder-class",
|
|
2638
|
+
"schemas": "folder-class",
|
|
2639
|
+
"schema": "folder-class",
|
|
2640
|
+
"other": "folder-other",
|
|
2641
|
+
"others": "folder-other",
|
|
2642
|
+
"misc": "folder-other",
|
|
2643
|
+
"miscellaneous": "folder-other",
|
|
2644
|
+
"extra": "folder-other",
|
|
2645
|
+
"extras": "folder-other",
|
|
2646
|
+
"etc": "folder-other",
|
|
2647
|
+
"lua": "folder-lua",
|
|
2648
|
+
"turbo": "folder-turborepo",
|
|
2649
|
+
"typescript": "folder-typescript",
|
|
2650
|
+
"ts": "folder-typescript",
|
|
2651
|
+
"typings": "folder-typescript",
|
|
2652
|
+
"@types": "folder-typescript",
|
|
2653
|
+
"types": "folder-typescript",
|
|
2654
|
+
"cts": "folder-typescript",
|
|
2655
|
+
"mts": "folder-typescript",
|
|
2656
|
+
"graphql": "folder-graphql",
|
|
2657
|
+
"gql": "folder-graphql",
|
|
2658
|
+
"routes": "folder-routes",
|
|
2659
|
+
"router": "folder-routes",
|
|
2660
|
+
"routers": "folder-routes",
|
|
2661
|
+
"navigation": "folder-routes",
|
|
2662
|
+
"navigations": "folder-routes",
|
|
2663
|
+
"routing": "folder-routes",
|
|
2664
|
+
"ci": "folder-ci",
|
|
2665
|
+
"eslint": "folder-eslint",
|
|
2666
|
+
"eslint-plugin": "folder-eslint",
|
|
2667
|
+
"eslint-plugins": "folder-eslint",
|
|
2668
|
+
"eslint-config": "folder-eslint",
|
|
2669
|
+
"eslint-configs": "folder-eslint",
|
|
2670
|
+
"benchmark": "folder-benchmark",
|
|
2671
|
+
"benchmarks": "folder-benchmark",
|
|
2672
|
+
"bench": "folder-benchmark",
|
|
2673
|
+
"benches": "folder-benchmark",
|
|
2674
|
+
"performance": "folder-benchmark",
|
|
2675
|
+
"perf": "folder-benchmark",
|
|
2676
|
+
"profiling": "folder-benchmark",
|
|
2677
|
+
"measure": "folder-benchmark",
|
|
2678
|
+
"measures": "folder-benchmark",
|
|
2679
|
+
"measurement": "folder-benchmark",
|
|
2680
|
+
"messages": "folder-messages",
|
|
2681
|
+
"messaging": "folder-messages",
|
|
2682
|
+
"forum": "folder-messages",
|
|
2683
|
+
"chat": "folder-messages",
|
|
2684
|
+
"chats": "folder-messages",
|
|
2685
|
+
"conversation": "folder-messages",
|
|
2686
|
+
"conversations": "folder-messages",
|
|
2687
|
+
"dialog": "folder-messages",
|
|
2688
|
+
"dialogs": "folder-messages",
|
|
2689
|
+
"less": "folder-less",
|
|
2690
|
+
"gulp": "folder-gulp",
|
|
2691
|
+
"gulp-tasks": "folder-gulp",
|
|
2692
|
+
"gulpfile.js": "folder-gulp",
|
|
2693
|
+
"gulpfile.mjs": "folder-gulp",
|
|
2694
|
+
"gulpfile.ts": "folder-gulp",
|
|
2695
|
+
"gulpfile.babel.js": "folder-gulp",
|
|
2696
|
+
"gulpfiles": "folder-gulp",
|
|
2697
|
+
"python": "folder-python",
|
|
2698
|
+
"pycache": "folder-python",
|
|
2699
|
+
"pytest_cache": "folder-python",
|
|
2700
|
+
"r": "folder-r",
|
|
2701
|
+
"sandbox": "folder-sandbox",
|
|
2702
|
+
"sandboxes": "folder-sandbox",
|
|
2703
|
+
"playground": "folder-sandbox",
|
|
2704
|
+
"playgrounds": "folder-sandbox",
|
|
2705
|
+
"scons": "folder-scons",
|
|
2706
|
+
"sconf_temp": "folder-scons",
|
|
2707
|
+
"scons_cache": "folder-scons",
|
|
2708
|
+
"mojo": "folder-mojo",
|
|
2709
|
+
"moon": "folder-moon",
|
|
2710
|
+
"debug": "folder-debug",
|
|
2711
|
+
"debugger": "folder-debug",
|
|
2712
|
+
"debugging": "folder-debug",
|
|
2713
|
+
"fastlane": "folder-fastlane",
|
|
2714
|
+
"plugin": "folder-plugin",
|
|
2715
|
+
"plugins": "folder-plugin",
|
|
2716
|
+
"mod": "folder-plugin",
|
|
2717
|
+
"mods": "folder-plugin",
|
|
2718
|
+
"modding": "folder-plugin",
|
|
2719
|
+
"extension": "folder-plugin",
|
|
2720
|
+
"extensions": "folder-plugin",
|
|
2721
|
+
"addon": "folder-plugin",
|
|
2722
|
+
"addons": "folder-plugin",
|
|
2723
|
+
"addin": "folder-plugin",
|
|
2724
|
+
"addins": "folder-plugin",
|
|
2725
|
+
"module": "folder-plugin",
|
|
2726
|
+
"modules": "folder-plugin",
|
|
2727
|
+
"middleware": "folder-middleware",
|
|
2728
|
+
"middlewares": "folder-middleware",
|
|
2729
|
+
"controller": "folder-controller",
|
|
2730
|
+
"controllers": "folder-controller",
|
|
2731
|
+
"controls": "folder-controller",
|
|
2732
|
+
"service": "folder-controller",
|
|
2733
|
+
"services": "folder-controller",
|
|
2734
|
+
"provider": "folder-controller",
|
|
2735
|
+
"providers": "folder-controller",
|
|
2736
|
+
"handler": "folder-controller",
|
|
2737
|
+
"handlers": "folder-controller",
|
|
2738
|
+
"ansible": "folder-ansible",
|
|
2739
|
+
"server": "folder-server",
|
|
2740
|
+
"servers": "folder-server",
|
|
2741
|
+
"backend": "folder-server",
|
|
2742
|
+
"backends": "folder-server",
|
|
2743
|
+
"inventory": "folder-server",
|
|
2744
|
+
"inventories": "folder-server",
|
|
2745
|
+
"infrastructure": "folder-server",
|
|
2746
|
+
"infra": "folder-server",
|
|
2747
|
+
"client": "folder-client",
|
|
2748
|
+
"clients": "folder-client",
|
|
2749
|
+
"frontend": "folder-client",
|
|
2750
|
+
"frontends": "folder-client",
|
|
2751
|
+
"pwa": "folder-client",
|
|
2752
|
+
"spa": "folder-client",
|
|
2753
|
+
"tasks": "folder-tasks",
|
|
2754
|
+
"tickets": "folder-tasks",
|
|
2755
|
+
"android": "folder-android",
|
|
2756
|
+
"ios": "folder-ios",
|
|
2757
|
+
"presentation": "folder-ui",
|
|
2758
|
+
"gui": "folder-ui",
|
|
2759
|
+
"ui": "folder-ui",
|
|
2760
|
+
"ux": "folder-ui",
|
|
2761
|
+
"uploads": "folder-upload",
|
|
2762
|
+
"upload": "folder-upload",
|
|
2763
|
+
"downloads": "folder-download",
|
|
2764
|
+
"download": "folder-download",
|
|
2765
|
+
"downloader": "folder-download",
|
|
2766
|
+
"downloaders": "folder-download",
|
|
2767
|
+
"tools": "folder-tools",
|
|
2768
|
+
"toolkit": "folder-tools",
|
|
2769
|
+
"toolkits": "folder-tools",
|
|
2770
|
+
"toolbox": "folder-tools",
|
|
2771
|
+
"toolboxes": "folder-tools",
|
|
2772
|
+
"tooling": "folder-tools",
|
|
2773
|
+
"devtools": "folder-tools",
|
|
2774
|
+
"kit": "folder-tools",
|
|
2775
|
+
"kits": "folder-tools",
|
|
2776
|
+
"helpers": "folder-helper",
|
|
2777
|
+
"helper": "folder-helper",
|
|
2778
|
+
"serverless": "folder-serverless",
|
|
2779
|
+
"api": "folder-api",
|
|
2780
|
+
"apis": "folder-api",
|
|
2781
|
+
"restapi": "folder-api",
|
|
2782
|
+
"app": "folder-app",
|
|
2783
|
+
"apps": "folder-app",
|
|
2784
|
+
"application": "folder-app",
|
|
2785
|
+
"applications": "folder-app",
|
|
2786
|
+
"apollo": "folder-apollo",
|
|
2787
|
+
"apollo-client": "folder-apollo",
|
|
2788
|
+
"apollo-cache": "folder-apollo",
|
|
2789
|
+
"apollo-config": "folder-apollo",
|
|
2790
|
+
"arc": "folder-archive",
|
|
2791
|
+
"arcs": "folder-archive",
|
|
2792
|
+
"archive": "folder-archive",
|
|
2793
|
+
"archives": "folder-archive",
|
|
2794
|
+
"archival": "folder-archive",
|
|
2795
|
+
"bkp": "folder-backup",
|
|
2796
|
+
"bkps": "folder-backup",
|
|
2797
|
+
"bak": "folder-backup",
|
|
2798
|
+
"baks": "folder-backup",
|
|
2799
|
+
"backup": "folder-backup",
|
|
2800
|
+
"backups": "folder-backup",
|
|
2801
|
+
"back-up": "folder-backup",
|
|
2802
|
+
"back-ups": "folder-backup",
|
|
2803
|
+
"history": "folder-backup",
|
|
2804
|
+
"histories": "folder-backup",
|
|
2805
|
+
"batch": "folder-batch",
|
|
2806
|
+
"batchs": "folder-batch",
|
|
2807
|
+
"batches": "folder-batch",
|
|
2808
|
+
"buildkite": "folder-buildkite",
|
|
2809
|
+
"cluster": "folder-cluster",
|
|
2810
|
+
"clusters": "folder-cluster",
|
|
2811
|
+
"command": "folder-command",
|
|
2812
|
+
"commands": "folder-command",
|
|
2813
|
+
"commandline": "folder-command",
|
|
2814
|
+
"cmd": "folder-command",
|
|
2815
|
+
"cli": "folder-command",
|
|
2816
|
+
"clis": "folder-command",
|
|
2817
|
+
"constant": "folder-constant",
|
|
2818
|
+
"constants": "folder-constant",
|
|
2819
|
+
"const": "folder-constant",
|
|
2820
|
+
"consts": "folder-constant",
|
|
2821
|
+
"container": "folder-container",
|
|
2822
|
+
"containers": "folder-container",
|
|
2823
|
+
"devcontainer": "folder-container",
|
|
2824
|
+
"content": "folder-content",
|
|
2825
|
+
"contents": "folder-content",
|
|
2826
|
+
"context": "folder-context",
|
|
2827
|
+
"contexts": "folder-context",
|
|
2828
|
+
"core": "folder-core",
|
|
2829
|
+
"delta": "folder-delta",
|
|
2830
|
+
"deltas": "folder-delta",
|
|
2831
|
+
"changes": "folder-delta",
|
|
2832
|
+
"dump": "folder-dump",
|
|
2833
|
+
"dumps": "folder-dump",
|
|
2834
|
+
"demo": "folder-examples",
|
|
2835
|
+
"demos": "folder-examples",
|
|
2836
|
+
"example": "folder-examples",
|
|
2837
|
+
"examples": "folder-examples",
|
|
2838
|
+
"sample": "folder-examples",
|
|
2839
|
+
"samples": "folder-examples",
|
|
2840
|
+
"sample-data": "folder-examples",
|
|
2841
|
+
"env": "folder-environment",
|
|
2842
|
+
"envs": "folder-environment",
|
|
2843
|
+
"environment": "folder-environment",
|
|
2844
|
+
"environments": "folder-environment",
|
|
2845
|
+
"venv": "folder-environment",
|
|
2846
|
+
"func": "folder-functions",
|
|
2847
|
+
"funcs": "folder-functions",
|
|
2848
|
+
"function": "folder-functions",
|
|
2849
|
+
"functions": "folder-functions",
|
|
2850
|
+
"lambda": "folder-functions",
|
|
2851
|
+
"lambdas": "folder-functions",
|
|
2852
|
+
"logic": "folder-functions",
|
|
2853
|
+
"math": "folder-functions",
|
|
2854
|
+
"maths": "folder-functions",
|
|
2855
|
+
"calc": "folder-functions",
|
|
2856
|
+
"calcs": "folder-functions",
|
|
2857
|
+
"calculation": "folder-functions",
|
|
2858
|
+
"calculations": "folder-functions",
|
|
2859
|
+
"composable": "folder-functions",
|
|
2860
|
+
"composables": "folder-functions",
|
|
2861
|
+
"generator": "folder-generator",
|
|
2862
|
+
"generators": "folder-generator",
|
|
2863
|
+
"generated": "folder-generator",
|
|
2864
|
+
"cfn-gen": "folder-generator",
|
|
2865
|
+
"gen": "folder-generator",
|
|
2866
|
+
"gens": "folder-generator",
|
|
2867
|
+
"auto": "folder-generator",
|
|
2868
|
+
"hook": "folder-hook",
|
|
2869
|
+
"hooks": "folder-hook",
|
|
2870
|
+
"trigger": "folder-trigger",
|
|
2871
|
+
"triggers": "folder-trigger",
|
|
2872
|
+
"job": "folder-job",
|
|
2873
|
+
"jobs": "folder-job",
|
|
2874
|
+
"key": "folder-keys",
|
|
2875
|
+
"keys": "folder-keys",
|
|
2876
|
+
"token": "folder-keys",
|
|
2877
|
+
"tokens": "folder-keys",
|
|
2878
|
+
"jwt": "folder-keys",
|
|
2879
|
+
"secret": "folder-keys",
|
|
2880
|
+
"secrets": "folder-keys",
|
|
2881
|
+
"layout": "folder-layout",
|
|
2882
|
+
"layouts": "folder-layout",
|
|
2883
|
+
"mail": "folder-mail",
|
|
2884
|
+
"mails": "folder-mail",
|
|
2885
|
+
"email": "folder-mail",
|
|
2886
|
+
"emails": "folder-mail",
|
|
2887
|
+
"smtp": "folder-mail",
|
|
2888
|
+
"mailers": "folder-mail",
|
|
2889
|
+
"mappings": "folder-mappings",
|
|
2890
|
+
"mapping": "folder-mappings",
|
|
2891
|
+
"meta": "folder-meta",
|
|
2892
|
+
"metadata": "folder-meta",
|
|
2893
|
+
"changesets": "folder-changesets",
|
|
2894
|
+
"changeset": "folder-changesets",
|
|
2895
|
+
"package": "folder-packages",
|
|
2896
|
+
"packages": "folder-packages",
|
|
2897
|
+
"pkg": "folder-packages",
|
|
2898
|
+
"pkgs": "folder-packages",
|
|
2899
|
+
"serverpackages": "folder-packages",
|
|
2900
|
+
"devpackages": "folder-packages",
|
|
2901
|
+
"dependencies": "folder-packages",
|
|
2902
|
+
"shared": "folder-shared",
|
|
2903
|
+
"common": "folder-shared",
|
|
2904
|
+
"glsl": "folder-shader",
|
|
2905
|
+
"hlsl": "folder-shader",
|
|
2906
|
+
"shader": "folder-shader",
|
|
2907
|
+
"shaders": "folder-shader",
|
|
2908
|
+
"stack": "folder-stack",
|
|
2909
|
+
"stacks": "folder-stack",
|
|
2910
|
+
"template": "folder-template",
|
|
2911
|
+
"templates": "folder-template",
|
|
2912
|
+
"util": "folder-utils",
|
|
2913
|
+
"utils": "folder-utils",
|
|
2914
|
+
"utility": "folder-utils",
|
|
2915
|
+
"utilities": "folder-utils",
|
|
2916
|
+
"supabase": "folder-supabase",
|
|
2917
|
+
"private": "folder-private",
|
|
2918
|
+
"linux": "folder-linux",
|
|
2919
|
+
"linuxbsd": "folder-linux",
|
|
2920
|
+
"unix": "folder-linux",
|
|
2921
|
+
"wsl": "folder-linux",
|
|
2922
|
+
"ubuntu": "folder-linux",
|
|
2923
|
+
"deb": "folder-linux",
|
|
2924
|
+
"debian": "folder-linux",
|
|
2925
|
+
"deepin": "folder-linux",
|
|
2926
|
+
"centos": "folder-linux",
|
|
2927
|
+
"popos": "folder-linux",
|
|
2928
|
+
"mint": "folder-linux",
|
|
2929
|
+
"windows": "folder-windows",
|
|
2930
|
+
"win": "folder-windows",
|
|
2931
|
+
"win32": "folder-windows",
|
|
2932
|
+
"windows11": "folder-windows",
|
|
2933
|
+
"windows10": "folder-windows",
|
|
2934
|
+
"windowsxp": "folder-windows",
|
|
2935
|
+
"windowsnt": "folder-windows",
|
|
2936
|
+
"win11": "folder-windows",
|
|
2937
|
+
"win10": "folder-windows",
|
|
2938
|
+
"winxp": "folder-windows",
|
|
2939
|
+
"winnt": "folder-windows",
|
|
2940
|
+
"macos": "folder-macos",
|
|
2941
|
+
"mac": "folder-macos",
|
|
2942
|
+
"osx": "folder-macos",
|
|
2943
|
+
"ds_store": "folder-macos",
|
|
2944
|
+
"iphone": "folder-macos",
|
|
2945
|
+
"ipad": "folder-macos",
|
|
2946
|
+
"ipod": "folder-macos",
|
|
2947
|
+
"macbook": "folder-macos",
|
|
2948
|
+
"macbook-air": "folder-macos",
|
|
2949
|
+
"macosx": "folder-macos",
|
|
2950
|
+
"apple": "folder-macos",
|
|
2951
|
+
"error": "folder-error",
|
|
2952
|
+
"errors": "folder-error",
|
|
2953
|
+
"err": "folder-error",
|
|
2954
|
+
"errs": "folder-error",
|
|
2955
|
+
"crash": "folder-error",
|
|
2956
|
+
"crashes": "folder-error",
|
|
2957
|
+
"event": "folder-event",
|
|
2958
|
+
"events": "folder-event",
|
|
2959
|
+
"auth": "folder-secure",
|
|
2960
|
+
"authentication": "folder-secure",
|
|
2961
|
+
"secure": "folder-secure",
|
|
2962
|
+
"security": "folder-secure",
|
|
2963
|
+
"cert": "folder-secure",
|
|
2964
|
+
"certs": "folder-secure",
|
|
2965
|
+
"certificate": "folder-secure",
|
|
2966
|
+
"certificates": "folder-secure",
|
|
2967
|
+
"ssl": "folder-secure",
|
|
2968
|
+
"cipher": "folder-secure",
|
|
2969
|
+
"cypher": "folder-secure",
|
|
2970
|
+
"tls": "folder-secure",
|
|
2971
|
+
"custom": "folder-custom",
|
|
2972
|
+
"customs": "folder-custom",
|
|
2973
|
+
"draft": "folder-mock",
|
|
2974
|
+
"drafts": "folder-mock",
|
|
2975
|
+
"mock": "folder-mock",
|
|
2976
|
+
"mocks": "folder-mock",
|
|
2977
|
+
"fixture": "folder-mock",
|
|
2978
|
+
"fixtures": "folder-mock",
|
|
2979
|
+
"concept": "folder-mock",
|
|
2980
|
+
"concepts": "folder-mock",
|
|
2981
|
+
"sketch": "folder-mock",
|
|
2982
|
+
"sketches": "folder-mock",
|
|
2983
|
+
"syntax": "folder-syntax",
|
|
2984
|
+
"syntaxes": "folder-syntax",
|
|
2985
|
+
"spellcheck": "folder-syntax",
|
|
2986
|
+
"spellcheckers": "folder-syntax",
|
|
2987
|
+
"vm": "folder-vm",
|
|
2988
|
+
"vms": "folder-vm",
|
|
2989
|
+
"stylus": "folder-stylus",
|
|
2990
|
+
"flow-typed": "folder-flow",
|
|
2991
|
+
"rule": "folder-rules",
|
|
2992
|
+
"rules": "folder-rules",
|
|
2993
|
+
"validation": "folder-rules",
|
|
2994
|
+
"validations": "folder-rules",
|
|
2995
|
+
"validator": "folder-rules",
|
|
2996
|
+
"validators": "folder-rules",
|
|
2997
|
+
"review": "folder-review",
|
|
2998
|
+
"reviews": "folder-review",
|
|
2999
|
+
"revisal": "folder-review",
|
|
3000
|
+
"revisals": "folder-review",
|
|
3001
|
+
"reviewed": "folder-review",
|
|
3002
|
+
"preview": "folder-review",
|
|
3003
|
+
"previews": "folder-review",
|
|
3004
|
+
"anim": "folder-animation",
|
|
3005
|
+
"anims": "folder-animation",
|
|
3006
|
+
"animation": "folder-animation",
|
|
3007
|
+
"animations": "folder-animation",
|
|
3008
|
+
"animated": "folder-animation",
|
|
3009
|
+
"motion": "folder-animation",
|
|
3010
|
+
"motions": "folder-animation",
|
|
3011
|
+
"transition": "folder-animation",
|
|
3012
|
+
"transitions": "folder-animation",
|
|
3013
|
+
"easing": "folder-animation",
|
|
3014
|
+
"easings": "folder-animation",
|
|
3015
|
+
"guard": "folder-guard",
|
|
3016
|
+
"guards": "folder-guard",
|
|
3017
|
+
"prisma": "folder-prisma",
|
|
3018
|
+
"pipe": "folder-pipe",
|
|
3019
|
+
"pipes": "folder-pipe",
|
|
3020
|
+
"pipeline": "folder-pipe",
|
|
3021
|
+
"pipelines": "folder-pipe",
|
|
3022
|
+
"interceptor": "folder-interceptor",
|
|
3023
|
+
"interceptors": "folder-interceptor",
|
|
3024
|
+
"svg": "folder-svg",
|
|
3025
|
+
"svgs": "folder-svg",
|
|
3026
|
+
"vector": "folder-svg",
|
|
3027
|
+
"vectors": "folder-svg",
|
|
3028
|
+
"nuxt": "folder-nuxt",
|
|
3029
|
+
"terraform": "folder-terraform",
|
|
3030
|
+
"mobile": "folder-mobile",
|
|
3031
|
+
"mobiles": "folder-mobile",
|
|
3032
|
+
"portable": "folder-mobile",
|
|
3033
|
+
"portability": "folder-mobile",
|
|
3034
|
+
"phone": "folder-mobile",
|
|
3035
|
+
"phones": "folder-mobile",
|
|
3036
|
+
"stencil": "folder-stencil",
|
|
3037
|
+
"firebase": "folder-firebase",
|
|
3038
|
+
"firestore": "folder-firestore",
|
|
3039
|
+
"cloud-firestore": "folder-firestore",
|
|
3040
|
+
"firebase-firestore": "folder-firestore",
|
|
3041
|
+
"cloud-functions": "folder-cloud-functions",
|
|
3042
|
+
"cloudfunctions": "folder-cloud-functions",
|
|
3043
|
+
"firebase-cloud-functions": "folder-cloud-functions",
|
|
3044
|
+
"firebase-cloudfunctions": "folder-cloud-functions",
|
|
3045
|
+
"svelte": "folder-svelte",
|
|
3046
|
+
"svelte-kit": "folder-svelte",
|
|
3047
|
+
"update": "folder-update",
|
|
3048
|
+
"updates": "folder-update",
|
|
3049
|
+
"upgrade": "folder-update",
|
|
3050
|
+
"upgrades": "folder-update",
|
|
3051
|
+
"idea": "folder-intellij",
|
|
3052
|
+
"azure-pipelines": "folder-azure-pipelines",
|
|
3053
|
+
"azure-pipelines-ci": "folder-azure-pipelines",
|
|
3054
|
+
"mjml": "folder-mjml",
|
|
3055
|
+
"admin": "folder-admin",
|
|
3056
|
+
"admins": "folder-admin",
|
|
3057
|
+
"manager": "folder-admin",
|
|
3058
|
+
"managers": "folder-admin",
|
|
3059
|
+
"moderator": "folder-admin",
|
|
3060
|
+
"moderators": "folder-admin",
|
|
3061
|
+
"jupyter": "folder-jupyter",
|
|
3062
|
+
"notebook": "folder-jupyter",
|
|
3063
|
+
"notebooks": "folder-jupyter",
|
|
3064
|
+
"ipynb": "folder-jupyter",
|
|
3065
|
+
"scala": "folder-scala",
|
|
3066
|
+
"connection": "folder-connection",
|
|
3067
|
+
"connections": "folder-connection",
|
|
3068
|
+
"integration": "folder-connection",
|
|
3069
|
+
"integrations": "folder-connection",
|
|
3070
|
+
"remote": "folder-connection",
|
|
3071
|
+
"remotes": "folder-connection",
|
|
3072
|
+
"quasar": "folder-quasar",
|
|
3073
|
+
"next": "folder-next",
|
|
3074
|
+
"dal": "folder-dal",
|
|
3075
|
+
"data-access": "folder-dal",
|
|
3076
|
+
"data-access-layer": "folder-dal",
|
|
3077
|
+
"cobol": "folder-cobol",
|
|
3078
|
+
"yarn": "folder-yarn",
|
|
3079
|
+
"husky": "folder-husky",
|
|
3080
|
+
"storybook": "folder-storybook",
|
|
3081
|
+
"stories": "folder-storybook",
|
|
3082
|
+
"base": "folder-base",
|
|
3083
|
+
"bases": "folder-base",
|
|
3084
|
+
"cart": "folder-cart",
|
|
3085
|
+
"shopping-cart": "folder-cart",
|
|
3086
|
+
"shopping": "folder-cart",
|
|
3087
|
+
"shop": "folder-cart",
|
|
3088
|
+
"home": "folder-home",
|
|
3089
|
+
"start": "folder-home",
|
|
3090
|
+
"main": "folder-home",
|
|
3091
|
+
"landing": "folder-home",
|
|
3092
|
+
"project": "folder-project",
|
|
3093
|
+
"projects": "folder-project",
|
|
3094
|
+
"proj": "folder-project",
|
|
3095
|
+
"projs": "folder-project",
|
|
3096
|
+
"prompt": "folder-prompts",
|
|
3097
|
+
"prompts": "folder-prompts",
|
|
3098
|
+
"interface": "folder-interface",
|
|
3099
|
+
"interfaces": "folder-interface",
|
|
3100
|
+
"netlify": "folder-netlify",
|
|
3101
|
+
"enum": "folder-enum",
|
|
3102
|
+
"enums": "folder-enum",
|
|
3103
|
+
"pact": "folder-contract",
|
|
3104
|
+
"pacts": "folder-contract",
|
|
3105
|
+
"contract": "folder-contract",
|
|
3106
|
+
"contracts": "folder-contract",
|
|
3107
|
+
"contract-testing": "folder-contract",
|
|
3108
|
+
"contract-test": "folder-contract",
|
|
3109
|
+
"contract-tests": "folder-contract",
|
|
3110
|
+
"helm": "folder-helm",
|
|
3111
|
+
"helmchart": "folder-helm",
|
|
3112
|
+
"helmcharts": "folder-helm",
|
|
3113
|
+
"queue": "folder-queue",
|
|
3114
|
+
"queues": "folder-queue",
|
|
3115
|
+
"bull": "folder-queue",
|
|
3116
|
+
"mq": "folder-queue",
|
|
3117
|
+
"vercel": "folder-vercel",
|
|
3118
|
+
"now": "folder-vercel",
|
|
3119
|
+
"cypress": "folder-cypress",
|
|
3120
|
+
"decorator": "folder-decorators",
|
|
3121
|
+
"decorators": "folder-decorators",
|
|
3122
|
+
"java": "folder-java",
|
|
3123
|
+
"resolver": "folder-resolver",
|
|
3124
|
+
"resolvers": "folder-resolver",
|
|
3125
|
+
"angular": "folder-angular",
|
|
3126
|
+
"unity": "folder-unity",
|
|
3127
|
+
"pdf": "folder-pdf",
|
|
3128
|
+
"pdfs": "folder-pdf",
|
|
3129
|
+
"protobuf": "folder-proto",
|
|
3130
|
+
"protobufs": "folder-proto",
|
|
3131
|
+
"proto": "folder-proto",
|
|
3132
|
+
"protos": "folder-proto",
|
|
3133
|
+
"plastic": "folder-plastic",
|
|
3134
|
+
"gamemaker": "folder-gamemaker",
|
|
3135
|
+
"gamemaker2": "folder-gamemaker",
|
|
3136
|
+
"hg": "folder-mercurial",
|
|
3137
|
+
"hghooks": "folder-mercurial",
|
|
3138
|
+
"hgext": "folder-mercurial",
|
|
3139
|
+
"godot": "folder-godot",
|
|
3140
|
+
"godot-cpp": "folder-godot",
|
|
3141
|
+
"lottie": "folder-lottie",
|
|
3142
|
+
"lotties": "folder-lottie",
|
|
3143
|
+
"lottiefiles": "folder-lottie",
|
|
3144
|
+
"taskfile": "folder-taskfile",
|
|
3145
|
+
"taskfiles": "folder-taskfile",
|
|
3146
|
+
"drizzle": "folder-drizzle",
|
|
3147
|
+
"cloudflare": "folder-cloudflare",
|
|
3148
|
+
"seeds": "folder-seeders",
|
|
3149
|
+
"seeders": "folder-seeders",
|
|
3150
|
+
"seed": "folder-seeders",
|
|
3151
|
+
"seeding": "folder-seeders",
|
|
3152
|
+
"bicep": "folder-bicep",
|
|
3153
|
+
"snap": "folder-snapcraft",
|
|
3154
|
+
"snapcraft": "folder-snapcraft",
|
|
3155
|
+
"dev": "folder-development",
|
|
3156
|
+
"development": "folder-development",
|
|
3157
|
+
"flutter": "folder-flutter",
|
|
3158
|
+
"snippet": "folder-snippet",
|
|
3159
|
+
"snippets": "folder-snippet",
|
|
3160
|
+
"element": "folder-element",
|
|
3161
|
+
"elements": "folder-element",
|
|
3162
|
+
"src-tauri": "folder-src-tauri",
|
|
3163
|
+
"favicon": "folder-favicon",
|
|
3164
|
+
"favicons": "folder-favicon",
|
|
3165
|
+
"feature": "folder-features",
|
|
3166
|
+
"features": "folder-features",
|
|
3167
|
+
"feat": "folder-features",
|
|
3168
|
+
"feats": "folder-features",
|
|
3169
|
+
"lefthook": "folder-lefthook",
|
|
3170
|
+
"lefthook-local": "folder-lefthook",
|
|
3171
|
+
"bloc": "folder-bloc",
|
|
3172
|
+
"cubit": "folder-bloc",
|
|
3173
|
+
"blocs": "folder-bloc",
|
|
3174
|
+
"cubits": "folder-bloc",
|
|
3175
|
+
"powershell": "folder-powershell",
|
|
3176
|
+
"ps": "folder-powershell",
|
|
3177
|
+
"ps1": "folder-powershell",
|
|
3178
|
+
"repository": "folder-repository",
|
|
3179
|
+
"repositories": "folder-repository",
|
|
3180
|
+
"repo": "folder-repository",
|
|
3181
|
+
"repos": "folder-repository",
|
|
3182
|
+
"luau": "folder-luau",
|
|
3183
|
+
"obsidian": "folder-obsidian",
|
|
3184
|
+
"trash": "folder-trash",
|
|
3185
|
+
"cline_docs": "folder-cline",
|
|
3186
|
+
"liquibase": "folder-liquibase",
|
|
3187
|
+
"dart": "folder-dart",
|
|
3188
|
+
"dart_tool": "folder-dart",
|
|
3189
|
+
"dart_tools": "folder-dart",
|
|
3190
|
+
"zeabur": "folder-zeabur",
|
|
3191
|
+
"kusto": "folder-kusto",
|
|
3192
|
+
"kql": "folder-kusto",
|
|
3193
|
+
"policy": "folder-policy",
|
|
3194
|
+
"policies": "folder-policy",
|
|
3195
|
+
"attachment": "folder-attachment",
|
|
3196
|
+
"attachments": "folder-attachment",
|
|
3197
|
+
"bibliography": "folder-bibliography",
|
|
3198
|
+
"bibliographies": "folder-bibliography",
|
|
3199
|
+
"book": "folder-bibliography",
|
|
3200
|
+
"books": "folder-bibliography",
|
|
3201
|
+
"link": "folder-link",
|
|
3202
|
+
"links": "folder-link",
|
|
3203
|
+
"pytorch": "folder-pytorch",
|
|
3204
|
+
"torch": "folder-pytorch",
|
|
3205
|
+
"blender": "folder-blender",
|
|
3206
|
+
"blender-assets": "folder-blender",
|
|
3207
|
+
"blender-files": "folder-blender",
|
|
3208
|
+
"blender-project": "folder-blender",
|
|
3209
|
+
"blender-models": "folder-blender",
|
|
3210
|
+
"atoms": "folder-atom",
|
|
3211
|
+
"atom": "folder-atom",
|
|
3212
|
+
"molecules": "folder-molecule",
|
|
3213
|
+
"molecule": "folder-molecule",
|
|
3214
|
+
"organisms": "folder-organism",
|
|
3215
|
+
"organism": "folder-organism",
|
|
3216
|
+
".claude": "folder-claude",
|
|
3217
|
+
".cursor": "folder-cursor",
|
|
3218
|
+
".gemini": "folder-gemini-ai",
|
|
3219
|
+
"gemini": "folder-gemini-ai",
|
|
3220
|
+
"gemini-ai": "folder-gemini-ai",
|
|
3221
|
+
"geminiai": "folder-gemini-ai",
|
|
3222
|
+
"input": "folder-input",
|
|
3223
|
+
"inputs": "folder-input",
|
|
3224
|
+
"io": "folder-input",
|
|
3225
|
+
"in": "folder-input",
|
|
3226
|
+
"salt": "folder-salt",
|
|
3227
|
+
"saltstack": "folder-salt",
|
|
3228
|
+
"simulations": "folder-simulations",
|
|
3229
|
+
"simulation": "folder-simulations",
|
|
3230
|
+
"sim": "folder-simulations",
|
|
3231
|
+
"sims": "folder-simulations",
|
|
3232
|
+
"metro": "folder-metro",
|
|
3233
|
+
"filter": "folder-filter",
|
|
3234
|
+
"filters": "folder-filter",
|
|
3235
|
+
"toc": "folder-toc",
|
|
3236
|
+
"table-of-contents": "folder-toc",
|
|
3237
|
+
"cue": "folder-cue",
|
|
3238
|
+
"cues": "folder-cue",
|
|
3239
|
+
"license": "folder-license",
|
|
3240
|
+
"licenses": "folder-license",
|
|
3241
|
+
"form": "folder-form",
|
|
3242
|
+
"forms": "folder-form",
|
|
3243
|
+
"deprecated": "folder-deprecated",
|
|
3244
|
+
"scrap": "folder-scrap",
|
|
3245
|
+
"postman": "folder-postman",
|
|
3246
|
+
"skill": "folder-skills",
|
|
3247
|
+
"skills": "folder-skills",
|
|
3248
|
+
"instruction": "folder-instructions",
|
|
3249
|
+
"instructions": "folder-instructions",
|
|
3250
|
+
"appwrite": "folder-appwrite",
|
|
3251
|
+
"assembly": "folder-assembly",
|
|
3252
|
+
"asm": "folder-assembly",
|
|
3253
|
+
"go": "folder-go",
|
|
3254
|
+
"golang": "folder-go"
|
|
3255
|
+
}
|
|
3256
|
+
}
|