-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathknip.json
More file actions
32 lines (32 loc) · 889 Bytes
/
knip.json
File metadata and controls
32 lines (32 loc) · 889 Bytes
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
{
"$schema": "https://unpkg.com/knip@5/schema.json",
"ignoreWorkspaces": [
"packages/shared",
"packages/lakebase",
"apps/**",
"docs"
],
"workspaces": {
"packages/appkit-ui": {
"ignoreDependencies": ["tailwindcss", "tw-animate-css"]
}
},
"ignore": [
"**/*.generated.ts",
"**/*.example.tsx",
"**/*.css",
"packages/appkit/src/plugins/vector-search/**",
"packages/appkit/src/plugin/index.ts",
"packages/appkit/src/plugin/to-plugin.ts",
"packages/appkit/src/plugins/agents/index.ts",
"packages/appkit/src/plugins/agents/tools/index.ts",
"packages/appkit/src/plugins/agents/from-plugin.ts",
"packages/appkit/src/plugins/agents/load-agents.ts",
"template/**",
"tools/**",
"docs/**",
".github/scripts/**"
],
"ignoreDependencies": ["json-schema-to-typescript"],
"ignoreBinaries": ["tarball"]
}