-
Notifications
You must be signed in to change notification settings - Fork 146
Expand file tree
/
Copy pathknip.json
More file actions
45 lines (44 loc) · 1.46 KB
/
knip.json
File metadata and controls
45 lines (44 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"$schema": "https://unpkg.com/knip@latest/schema.json",
"ignore": [
"**/__tests__/**",
"apps/vscode-e2e/**",
"src/extension/api.ts",
"src/activate/**",
"src/workers/countTokens.ts",
"src/extension.ts",
"scripts/**",
"apps/cli/scripts/**",
"apps/web-roo-code/next-sitemap.config.cjs",
"packages/cloud/src/__mocks__/vscode.ts",
"packages/types/src/costrict/fix-agent.ts",
"src/api/providers/fetchers/roo.ts",
"src/api/providers/roo.ts",
"src/core/costrict/wiki/utils/rooCommandsUtils.ts",
"src/core/ignore/__mocks__/RooIgnoreController.ts",
"src/core/prompts/tools/native-tools/codebase_search.ts",
"src/core/prompts/tools/native-tools/costrict_checkpoint.ts",
"src/core/tools/CodebaseSearchTool.ts",
"src/services/glob/__mocks__/list-files.ts",
"webview-ui/src/__mocks__/vscode.ts",
"webview-ui/src/components/cloud/CloudAccountSwitcher.tsx",
"webview-ui/src/components/code-review/CodebaseSync.tsx",
"webview-ui/src/components/common/__mocks__/CodeBlock.tsx",
"webview-ui/src/components/common/__mocks__/MarkdownBlock.tsx",
"webview-ui/src/components/common/TelemetryBanner.tsx",
"webview-ui/src/components/settings/providers/Roo.tsx"
],
"workspaces": {
"src": {
"entry": ["extension.ts"],
"project": ["**/*.ts"]
},
"webview-ui": {
"entry": ["src/index.tsx"],
"project": ["src/**/*.{ts,tsx}", "../src/shared/*.ts"]
},
"packages/{build,cloud,evals,ipc,telemetry,types}": {
"project": ["src/**/*.ts"]
}
}
}